• Hi and thanks for taking the time with my question.
    Following the recent Optimizer update, the submenus on my site’s front page display at almost the same colour as their background. On the individual pages however, they display correctly. How can I fix this?
    Thanks again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author OptimizerWP

    (@layerthemes)

    Hi

    If transparent header is enabled (Appearance -> Customize -> Header -> Transparent Header on Frontpage), change the menu text color from Header ->Transparent Header Text Color

    Thanks

    Thread Starter patrice57

    (@patrice57)

    Hi,

    Sorry for the delay in responding.

    Unfortunately this fix doesn’t work for the problem I’m having. It is only the SUBmenus of the menu items on the FRONT PAGE that are greying out. On the individual pages all menus and submenus within the header section are working well and displaying correctly.
    Is there a fix for this?

    Thanks again for your time.

    Theme Author OptimizerWP

    (@layerthemes)

    @patrice57 Can you please post your site address?

    Thread Starter patrice57

    (@patrice57)

    http://www.patriceatwell.com

    Note the difference between submenus display on front page and individual pages.

    Again, thanks for helping to solve this.

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    #topmenu ul li ul li a{
        color:#fff !important;
    }

    Thanks

    Hi, All menu colors for my site are all blue, I want override the default and have them all white only on the front page, is this possible. Thanks

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    .home #topmenu ul li a {color:#fff;}

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘front page menu following recent update’ is closed to new replies.