- This topic has 6 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Slider captions not showing
Hello Skt themes,
I used te banking sector theme for this new site i am building @ http://www.hicms.org/nusite/. I just noticed that when viewed on my phone vertically the website slider text captions are not visible. They only show when i change my phone’s orientation to a horizontal view. It also works fine on a laptop/pc. How do i resolve this issue?
Many thanks
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:479px) {
.nivo-caption .title, .nivo-caption .slidedesc, .nivo-caption .slidebtn { display:block !important;}
.nivo-caption .slidedesc { padding:0; margin:0;}
}
Regards,
Dave
thanks. I have added this to the custom css section and still the problem is yet to be solved.
Regards
kj
Hi,
Kindly use this one
@media screen and (max-width:479px) {
.nivo-caption { display:block !important;}
}
Regards,
Dave
Hello,
Still not working. Should i give you the login to the site so you can try from your end. I hope this is not an open forum
Regards
Kj
Hi,
Yes, Kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected] Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
Dave
Hi,
This is done
Regards,
Dave
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 […]