Change text color.
-
Hello
I know i can change the text color using the “palette” functions but that is very limited . Can change the color when i hover the mouse over the menu items whithout changing everything ? Or any other text ?
The blog I need help with is: (visible only to logged in users)
-
There is a tool in your site’s visual editor that will allow you to change the font color to any color that you prefer. The button to use said tool looks like the letter <b>A</b> is underlined.
Here’s a better look at it:
If you are trying to change font colors in your site’s theme however, you may need to employ HTML and/or CSS styling to the text in question. You can learn more about all of that here: https://en.support.wordpress.com/custom-design/
-
Thank you for the font color tip.
Yes i want to change the color of the menu font. How can i do that without using palettte ?
-
Hi, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. I’ve included rules for the non-hover and hover colors. Edit the color codes as desired.
.main-navigation a { color: #00bb44 !important; } .main-navigation a:hover { color: #bb4400 !important; } -
-
- The topic ‘Change text color.’ is closed to new replies.
