Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #203531

    Hello,

    is it possible to Change the Color of just one letter in the menu?

    Regards and merry XMas
    Sebastien

    #203543

    Hey Seba1973!

    What type of header do you have? Please check on Enfold > Header > Header Type. Inspect the menu using Google Chrome then look for the menu list id. Use it to color a specific menu item:

    .header_color .main_menu ul:first-child > li#menu-item-755 > a {
    color: red;
    }

    Regards,
    Ismael

    #206363

    Hey….
    how can i change the style of the secondary menu…it is now bold and i want it normal….:))
    thank you!
    Isabelle for CW

    #206366

    Hey!

    Please add following code to Quick CSS as well

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a { font-weight: normal; }

    Regards,
    Yigit

    #206372

    thank you my dear…you are a great man…:))) really!

    #206373

    give me your adress man, i send you chocolate:))))

    #206374

    Hey!

    You are welcome! Glad we could help :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘color of the Theme Menu’ is closed to new replies.