Hello,
I have the Enfold theme version v4.4.1
I would like to change the color of the header menu to a dark gray color. Also, I would like to change the color for the caption of the full screen slider on the layout element!
What CSS code do I need to do that?
Your expertise and help is appreciated as always.
Thank you in advance
Hey 805ITS,
Are you needing to do this on the homepage? So you don’t want the white color?
Best regards,
Jordan Shannon
Yes I want to change the color from white to dark gray for the font on the menu header and full screen size media layout element.
Hi,
You can set the colour of the menu items under Enfold->Advanced Styling, and the colour of the captions can be changed in the Colors tab in the element options of the Full Screen Slider.
Best regards,
Rikard
Thank you I found it! I also found the CSS code that can always be useful somehow to change the font color on the caption title and the caption text :
/* Full Screen Slider Caption Title Front Page */
#top .avia-fullscreen-slider .avia-caption-title {
color: #20B2AA !important;
}
/*Full Screen Slider Front Page Caption Text*/
#top .avia-fullscreen-slider .avia-caption-content p {
color: #20B2AA !important;
}