• Hello,

    I want to change the color to one of the menu setions. I want to change color to a menu section ¨Par mani¨ in the menu. How could I do that? Link to the website –
    https://lenolitos.com/lv/ Secondly, can I change the font to the body text?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Viva Themes

    (@vivathemes)

    Hi,

    1. To change the color of only that menu item you can add some css code under ‘Appearance – Customize – Additional CSS’
    .sf-menu li.menu-item-351 {color: #666;}

    2. If you want to use some safe web font like arial, you can use this css code
    font-family: arial;

    Edy

    Thread Starter lenolitos

    (@lenolitos)

    Hello,

    I entered these codes and nothing changed. Seems like that custom CSS option just doesn′t work, is it possible?

    Theme Author Viva Themes

    (@vivathemes)

    I gave you the wrong code for the menu item, it should be like this
    .sf-menu li.menu-item-351 a {color: #666;}

    Thanks,
    Edy

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Color change’ is closed to new replies.