Home › Forums › Gravida Support › Slide description and button on mobile site
- This topic has 5 replies, 2 voices, and was last updated 6 years, 5 months ago by
Forum Moderator.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
October 3, 2016 at 10:38 am #48266
Both the Slide Description and the Slide Button appear on the desktop web page only but do not appear on the mobile site. How do I get them to appear on the mobile site too?
My site is: http://i-smartsignaller.com/home/
October 3, 2016 at 11:46 am #48274Hi Kaz,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
@media screen and (max-width:767px){ .nivo-caption{top:0 !important; padding:10px 0 !important;} .title{font-size:13px !important; left:1.5% !important;} .slidedesc, .slidebtn{display:table !important;} .slidedesc{font-size:11px !important; left:1.5%; padding:3px; } .slidebtn{font-size:12px !important; left:1.5%;} }
Regards,
BradOctober 3, 2016 at 3:04 pm #48314Thank you, Brad. That works.
Would you know how I can remove the black dot at the bottom centre of the slider image? I only have 1 image and so, I don’t need the dot to be visible.
Thanks.
October 4, 2016 at 4:52 am #48355Hi Kaz,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
.nivo-controlNav{display:none;}
Regards,
BradOctober 4, 2016 at 7:45 am #48372Thanks a bunch, Brad. It works.
October 4, 2016 at 11:36 am #48401🙂
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.