-
AuthorPosts
-
February 21, 2018 at 12:18 pm #915379
Hi,
is it possible to change the background colours for the caption text on the slides? They are currently set to black opaque but I need to change the colour.
How can this be done?
Many thanks
Dom
February 21, 2018 at 12:43 pm #915399Hey Dom,
Can you post a link to the page mentioned? so we can take a closer look. If there are more than 1 sliders in that page, please point which one. You can post the link in private content so only moderators can view it and you as the thread creator.
Best regards,
NikkoFebruary 21, 2018 at 1:00 pm #915409February 21, 2018 at 1:14 pm #915421Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#full_slider_1 .avia-slideshow-inner .slide-1 .avia-caption-content p { background: rgba(0,0,255,0.2) !important; } #full_slider_1 .avia-slideshow-inner .slide-2 .avia-caption-content p { background-color: rgba(0,255,0,0.3) !important; } #full_slider_1 .avia-slideshow-inner .slide-3 .avia-caption-content p { background-color: rgba(255,0,0,0.3) !important; } #full_slider_1 .avia-slideshow-inner .slide-4 .avia-caption-content p { background: rgba(0,0,255,0.2) !important; } #full_slider_1 .avia-slideshow-inner .slide-5 .avia-caption-content p { background-color: rgba(0,255,0,0.3) !important; }
The codes are arranged per slider, just adjust the background color, let us know if you need further assistance :)
Best regards,
NikkoFebruary 21, 2018 at 1:27 pm #915432Thanks Nikko.
That works great. Does it only work with RGB and not #79b949 codes?
Also, how do I style the button to be in the same colours as the content boxes?
many thanks
Dom
February 21, 2018 at 4:07 pm #915543Hi Dom,
No, it does work also with hex values, I just used rgba so it can have those semi-transparent look. :)
As for the buttons you can use:
#full_slider_1 .avia-slideshow-inner .slide-1 .avia-slideshow-button { background-color: #79b949; }
just change the background color, and .slide-x :)
Best regards,
NikkoFebruary 21, 2018 at 5:49 pm #915586Thanks Nikko, that works great.
- This reply was modified 6 years, 9 months ago by domvitz.
February 21, 2018 at 6:03 pm #915596Hi,
I’m glad Nikko was able to help, if you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Change colours on full width slider’ is closed to new replies.