Header color font
-
How can I change the color font on my header title?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
you need to have a paid version of wordpress, and then go to CSS customizer and add:#primary-menu {
background-color: orange;
}I hope it helps.
-
Hi there,
The CSS posted by @dariazrt will change the background color for the menu.
If instead you’d like to change the font colour in the header, you could either:
1. Pick a different color palette
https://en.support.wordpress.com/custom-design/custom-colors/
or
2. Try adding the CSS below to the bottom of the customizer in My Sites > Customize > CSS:
.wf-active .site-title a, .wf-active .site-description { color: #ffffff; }https://en.support.wordpress.com/custom-design/editing-css/
The custom design features are only available with a Premium or Business plan.
-
I this case header is menu, according to html.
If we are talking about site-title the garysixtyeight’s solution is indeed correct :)
- The topic ‘Header color font’ is closed to new replies.