Hey guys,
How do I change the colour of the caption backgrounds?
I want to make the actual blocks behind the wording dark grey and not transparent.
I’ve looked in the advanced section but can’t seem to see the option to change this.
See landing page of: http://serviceintegrators.co.uk/
Thanks!
Hey Krissie,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background-color: #666;
}
Best regards,
Yigit
Fab! Thanks Yigit!
Is there a way I can change the button colours on each slide too? The current colours don’t quite match the theme I’ve created.
Thanks
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your slider a custom class (“my-slider” in example below) and then add following code to Quick CSS
.my-slider .slide-4 a.avia-slideshow-button {
background-color: orange;
}
Best regards,
Yigit
Cool, thanks Yigit! I’ll give it a try. :)
I can’t seem to see a field within the slider for the custom class. My custom class css field is already activated.
:(
Hi,
It is not for the certain slide, you should give custom CSS class to your slider element and you will target each slides by changing the number (4) in the code :)
Best regards,
Yigit
Great! Thanks Yigit! All sorted. :)
Hi,
Glad that Yigit helped you :) Thanks for using Enfold :)
Best regards,
Nikko