Is it possible to change the color of only one title in the main menu without affecting the color of the other titles?
Thanks,
Scott Lanin
Lanin Law P.C.
(Email address hidden if logged out)
I just found the answer – https://wordpress.org/support/topic/how-to-change-a-the-color-of-a-single-menu-title
using View Source to locate the title ID number
but it also changes the color of subtitles
so next question – is there a way to change only the first level title color without changing anything else?
Thanks
Hi!
Thank you for using Enfold.
Glad you found a solution. You can also try this instead:
li#menu-item-147 span.avia-menu-text {
color: red;
}
Change the menu id.
Regards,
Ismael
thanks Ismael
I also found that putting this in the mega menu column title works –
<SPAN STYLE=”color: #_________; font-size: __ pt”>PUT TITLE HERE</SPAN>
Regards,
Scott