Responsive Banner Slider Caption
- Posted by Ravi Annam (4) Offline
- Posted by Ravi Annam (4) Offline
I just found that if I use the nevo slider option, the captions appear at the bottom, which is what I wanted.
Is it possible to hide the banner name and reduce the font size of the caption?
12 years 2 months ago #2
by Ravi Annam
Is it possible to hide the banner name and reduce the font size of the caption?
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Yes it is possible by adding some css lines to your template css. Just let me know what slider type and theme you used or simply let me know your website url so I can check it directly on your website
12 years 2 months ago #3
by andy
Please Log in or Create an account to join the conversation.
- Posted by Ravi Annam (4) Offline
I'm using the Responsive Banner Slider, nevo, default theme. It's on an internal development server, so unfurtunately, the site is not available outside my network.
12 years 2 months ago #4
by Ravi Annam
Please Log in or Create an account to join the conversation.
- Posted by andy (759) Offline
Ok,
please try to add this css code anywhere on your template css file :
12 years 2 months ago #5
by andy
please try to add this css code anywhere on your template css file :
.nivo-caption {font-size:11px!important;}
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
...and for Banner name to be hidden, add also these code just below the nive-caption class above
12 years 2 months ago #6
by erwinschro
.nivo-caption i { display: none; }
Please Log in or Create an account to join the conversation.