Hello, i would like to know how to apply multiple colors in one particular heading or menu item.
For example:
“test.entry”
test should be red and .entry black.
Thanks :)
Hey tobee_hh,
You would need to wrap it inside a span tag with and add some class to it then style it (or color it) using css.
Best regards,
Nikko
Hey Nikko, thanks for the info. How would i do that in this example?
Hi,
Go to Appearance > Menus > select a menu, on the upper right corner you should see Screen Options, click on it and check CSS Classes. Expand a menu item by clicking on the dropdown icon then on this field CSS Classes (optional) add a class for example myclass. Then on Quick CSS (located in Enfold > General Styling), add this css code:
.myclass .avia-menu-text {
color: blue !important;
}
Just adjust the color as you see fit. Put same css class name on other menu items you want to have same colors. Hope this helps. :)
Best regards,
Nikko
Hey, this solution would only work if i want to apply one colour to one menu item, right? I want to apply multiple colours to one menu item.