Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #500639

    Hi, we are having trouble changing the font color of the main menu items when scrolling down. We want the text to be white with a transparent menu so you can see the slider in the background. Then when it loads and the page is scrolled and the header sticks at the top, we would like it to be grey. Is there any css that could make this work. Here is the link to the site so you can see for yourself http://176.32.230.251/codecreativedev.co.uk/ . Thanks

    #501102

    Hi codecreative!

    Add this to your custom CSS.

    .header-scrolled nav.main_menu a { color: grey !important; }
    

    Best regards,
    Elliott

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