Home › Forums › All Other Themes › Contact button on slider doesn’t work
- This topic has 9 replies, 2 voices, and was last updated 3 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
December 21, 2020 at 12:04 pm #171279
I have a URL in the Front Page > Slider > Slide Link 1 field, but the button/link is not working on the front end. https://brendapetersonllc.com/ Can someone help?
December 21, 2020 at 1:28 pm #171296Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#home_slider { z-index:1 !important;}
Regards,
ChrisDecember 21, 2020 at 1:59 pm #171300That worked! Thanks!!
December 22, 2020 at 11:37 am #171367🙂
December 22, 2020 at 8:05 pm #171431Is there a way to make that button appear on mobile, too?
December 23, 2020 at 12:40 pm #171536Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) { .slidedesc { padding:5px 0; margin-bottom:0;} .slidedesc, .slidebtn { display: table !important; } }
Regards,
ChrisDecember 23, 2020 at 1:35 pm #171548That worked, but can we customize it more? Can I make that whole slider section a little taller on mobile? And keep the text over in the left 50% of the slider?
December 24, 2020 at 12:46 pm #171594Hi,
Kindly use this CSS;
@media screen and (max-width:479px) { .slider-main .nivoSlider img { min-height:210px; object-fit: cover;} .slider-main .nivo-caption { width:64% !important; margin:0 !important;} }
Regards,
ChrisDecember 24, 2020 at 1:10 pm #171596Oh my gosh, that is perfect! Thank you so much!!!
December 24, 2020 at 1:22 pm #171600????
-
AuthorPosts
- You must be logged in to reply to this topic.