Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #503103

    Hi,

    I would like to change my main menu font color depending on what page I am on. Is this possible and if so can you please provide me the css code.

    Below is the code I was trying to no avail.
    .page-id-162 .main_menu {
    color: black !important;
    }

    Thanks,
    Joe

    #503260

    Hi jolamptey,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .page-id-162 #avia-menu li a .avia-menu-text {
    color:yellow !important;
    }

    Thanks,
    Rikard

    #503783

    Thank you very much as this worked perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Main Menu Font Color By Page’ is closed to new replies.