NiceThemesslider image – NiceThemes http://nicethemeswp.com/forums/topic/slider-image/feed/ Wed, 23 Apr 2025 14:39:43 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/slider-image/#post-2787 <![CDATA[slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2787 Tue, 17 Dec 2013 20:35:15 +0000 tracyholland Is it possible to make the entire slider image a link instead of using the caption function with the little button?

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2788 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2788 Tue, 17 Dec 2013 20:36:45 +0000 Juanfra Aldasoro Hi Tracy,

Thanks for writing. Unfortunately not, because it’ll mess up things with the navigation menu.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2789 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2789 Tue, 17 Dec 2013 20:40:38 +0000 tracyholland ok thanks

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2790 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2790 Tue, 17 Dec 2013 20:43:42 +0000 tracyholland I’m reading through the forum and seeing references to a transparent background behind the caption. Is that possible? My issue is the caption text is difficult to read on top of the image.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2792 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2792 Tue, 17 Dec 2013 20:50:38 +0000 Juanfra Aldasoro Hi Tracy,

Thanks for your response. Yes, actually you can customize your theme by adding CSS on the custom CSS option or within the custom.css file.

The class you need to edit is .flex-caption{}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2795 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2795 Tue, 17 Dec 2013 20:59:29 +0000 tracyholland Forgive me Juan, I’m not a great css programmer. Could you be a little more specific? I can see where to control the text, but not quite sure how to turn the background box on.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2799 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2799 Tue, 17 Dec 2013 21:10:07 +0000 Juanfra Aldasoro Hi Tracy,

The class .flex-caption{} is the one that holds the caption you see on each slide.

So, if for example you apply a background color and other rules you’ll be able to fix the problem.

For example:

.flex-caption{ background: #333; }

Will apply a dark grey background for the caption. Then, by playing with this class you’ll be able to customize that section.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2802 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2802 Tue, 17 Dec 2013 21:16:52 +0000 tracyholland Great, thank you that worked! Now, how do I make it transparent?

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2805 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2805 Tue, 17 Dec 2013 21:48:31 +0000 Juanfra Aldasoro Hi Tracy,

Well, there are different ways, and some of them don’t work in old browsers.

Unfortunately we don’t provide support on customizations. I’d recommend you to try the following and see if it works for you:

.flex-caption{ background: rgba(0,0,0,0.5);}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-image/#post-2822 <![CDATA[Reply To: slider image]]> http://nicethemeswp.com/forums/topic/slider-image/#post-2822 Wed, 18 Dec 2013 16:00:29 +0000 tracyholland ok, thanks for the learning opportunity!

]]>