i’m new to wordpress i just created my website : cavalierdoux.com (and sorry it’s in french). and i want to change my menu text color (Acceuil Nos Services Notre équipe ILS NOUS FONT CONFIANCE) how can i do it
This topic was modified 7 years, 10 months ago by cavalierdoux.
To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.
Change Navigation Background Color
Change Navigation Font Color
Change Navigation Font Hover Color
Change Navigation Hover Background Color
Change Sub Navigation Background Color
Change Sub Navigation Font Color
Change Icons Color
Thank you very much for your help it worked, i successfuly changed the color but now how can i make it bold or italic and how to change the size of the text.
What worked? If you used my CSS, add “font-weight: bold;” to make it bold, “font-style:italic;”, font-size: 99px;” (some number, not really 99) to change the size.
Learn the Chrome Developer Tools to help you see and test changes to your CSS.