Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #368033

    Hi

    On my site i have color sections at the top of every ‘page’. The text is white when the image is fully shown. When the page is scrolled down the transparency kicks in on the header section and the menu font goes black. This works great.

    However when I’m viewing a post that has no color section the background of the header section is white and so is the menu text.

    Can a genius please provide some css that will update the initial font color to black on posts please?

    Thank you

    Darren

    #368326

    Hi darrenrhymer!

    Can you post the link to your website please?
    Have you tried adjusting menu item colors in Enfold theme options > Advanced Styling tab > “Main menu links” and Enfold theme options > Header > Transparency options?

    Regards,
    Yigit

    #368395
    This reply has been marked as private.
    #368407

    Hey!

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

    .single span.avia-menu-text {
    color: #555555;
    }

    Cheers!
    Yigit

    #368417

    Works perfectly.

    Thanks so much Yigit !!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Changing menu colour on a post when no menu header image’ is closed to new replies.