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

    using a transparent header on a page with white font-color on the menu items

    is it possible for the menu font to color to a different color after scrolling down and becomes a fixed menu header?

    • This topic was modified 10 years ago by f dech.
    #252768

    because menu background turns white you won’t be able to see the menu items

    #252779

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .main_menu ul:first-child > li > a { color: red; }

    Regards,
    Yigit

    #252786

    Hi Yigit,

    I know the CSS, but I think it is a javascript thing.

    When I have a page with a fullscreenslider the menu is on top of that, transparent.
    So if the picture is dark and the menu font color is white and I scroll down the menu background turns white and I dont see menu items anymore because they are white on white

    #253073

    Hey!

    Thank you for the update.

    You can change the background color of the scrolled header with this on Quick CSS or custom.css:

    .header_color.header-scrolled .header_bg {
    background-color: blue;
    }

    If you want to change the color of the text instead, use this:

    .header_color.header-scrolled .main_menu ul:first-child > li > a {
    color: red;
    }

    Regards,
    Ismael

    #253103

    Thanks Ismael, that did the job.

    Love Enfold and all of the feautures

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how to – different font color Activate Header transparency’ is closed to new replies.