Responsive Banner Slider Caption

Is it possible to control the caption layout and font?
11 years 3 months ago #1 by Ravi Annam

Please Log in or Create an account to join the conversation.

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?
11 years 3 months ago #2 by Ravi Annam

Please Log in or Create an account to join the conversation.

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
11 years 3 months ago #3 by andy

Please Log in or Create an account to join the conversation.

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.
11 years 3 months ago #4 by Ravi Annam

Please Log in or Create an account to join the conversation.

Ok,
please try to add this css code anywhere on your template css file :
.nivo-caption {font-size:11px!important;}
11 years 3 months ago #5 by andy

Please Log in or Create an account to join the conversation.

...and for Banner name to be hidden, add also these code just below the nive-caption class above
.nivo-caption i { display: none; }
11 years 3 months ago #6 by erwinschro

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum