Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #986715

    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

    #986718

    Hey 805ITS,

    Are you needing to do this on the homepage? So you don’t want the white color?

    Best regards,
    Jordan Shannon

    #986747

    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.

    #986826

    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

    #987206

    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;
    }
    #987394

    Hi,

    Great, glad you got it working and thanks for sharing the CSS, much appreciated. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.