Tagged: Color
How can I change this black background to another color
Hey RazielRZ,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#full_slider_1 .caption_framed .slideshow_caption .avia-caption-title {
background: rgba(173, 60, 7, 0.5) !important;
}
Please adjust the color to suit, and Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Works Good… Ty for help!!
I could change the background perfectly but I need the second one, as it would be the CCS for the change of the second frame
Hi,
To change them both at the same time, please try this css:
#full_slider_1 .caption_framed .slideshow_caption .avia-caption-title,#full_slider_1 .caption_framed .slideshow_caption .avia-caption-content p {
background: rgba(25,58,97,0.5) !important;
}
Best regards,
Mike
ty again for HELP .. works good!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)
Best regards,
Mike