[ad_1]
This is probably easy for you experts but what i want to do is change one word color in a menu item and not sure how
Lts say the item is: Live Dashboard
What i want to do is just make Live be red in color.
How can i achieve this?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
Inspect your code. The WordPress menu system gives unique identifiers to every single menu item. Easily done with one line of CSS. I didn’t read fully, you can wrap the word you want colored in a span, or remove the word you want colored and use a :before psudo and insert the word in your CSS.