- This topic has 5 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Gravida Support › Slide description and button on mobile site
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/
Hi 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,
Brad
Thank 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.
Hi Kaz,
Kindly go to Appearance>>Customize>>Basic>>Custom CSS Box
Add this code there:
.nivo-controlNav{display:none;}
Regards,
Brad
Thanks a bunch, Brad. It works.
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]