Home › Forums › All Other Themes › My Dog Theme – set max-height to slider
- This topic has 5 replies, 2 voices, and was last updated 5 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 4, 2019 at 9:43 am #118421
I recently purchased the My Dog theme.
I was wondering how can I change the breaks between sections on the home page to be a straight line (not curly)?
Also how can I adjust the opacity of the slider images, and is there a way to set a max-height to the slider – as I have different sized images which isn’t consistent?
March 4, 2019 at 9:54 am #118426Hi,
Kindly show us your website URL?
Regards,
ChrisMarch 5, 2019 at 1:29 am #118509http://3.0.180.251/
Thanks!
March 5, 2019 at 6:24 am #118550Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.slider-shadow { display:block; visibility:visible;} .slider-main .nivoSlider { height:650px;} .home2_section_area::before { display:none;}
Regards,
ChrisMarch 5, 2019 at 9:28 am #118596Hi Chris,
That doesn’t seem to work.
Can you also help me to increase the header font, and remove the curly separators between sections on the homepage??
Cheers!
March 5, 2019 at 10:46 am #118611Hi,
Kindly use this one
.slider-main .nivoSlider { overflow:hidden;} .slider-main::after, .home2_section_area::after, .home4_section_area::after, .home6_section_area::after, .home8_section_area::after, .home2_section_area::before, .home4_section_area::before, .home6_section_area::before { display:none;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.