• Hi!
    I would like to change the submenu font color and hover color (basically exchange them) for all pages except the front page on my website. The background color and background hover color are great the way they are.

    Please see: https://thewanderingcloud.com/treatment/

    and scroll over the “TREATMENT” tab to reveal the submenu to see what I am referring to.

    Many thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. You will need to use the “Page Class” declaration to change on certain pages2

    2. This will get you going in the direction of color changing
    #topmenu ul li ul:not(.mega-sub-menu) {
    background: green;
    }

    Thread Starter thewanderingcloud

    (@thewanderingcloud)

    Thanks for getting back to me Noah.
    I am very new to this, so please tell me a bit more about the “Page Class” and where to find it.
    Also I am not sure if I am understanding the coding right, but I do NOT want to change the background color of the submenu. Only font color and hover font color.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the font color and hover color on submenu’ is closed to new replies.