Profile Theme Change Header Font Color
-
How do I change the headers to Black Colored Font? I keep setting it to black, but then when I update and view, they are still Gray?
Also, how do I change the background color of the menu?
Thanks in advance for any help :)
The blog I need help with is: (visible only to logged in users)
-
For the headers, would you please give us a link specifically to where you want them changed?
As for the menu background, via Custom CSS https://wordpress.com/support/custom-design/custom-css/ add:
.menu { background-color: #ff0000; }and adjust the color as desired. You can use https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool to find the hex code for your desired color.
- The topic ‘Profile Theme Change Header Font Color’ is closed to new replies.