Color Changing
-
I need a short code to change my pages header color and font so it stands out from the other page links, is that possible?
The blog I need help with is: (visible only to logged in users)
-
barnauction,
I was able to find the following link that may be helpful:
https://theme-support.wordpress.com/topic/change-header-color/
Hope you are able to accomplish what you want to do.
-
Hi there,
By customizing the CSS of your site, we can change the color of the font in your header. You can paste the following bit of CSS into your site in the Customizer >> CSS:
h1.site-title.cdm-focusable-element a { color: #fff; }I’ve used plain white here, but feel free to replace the color #hex code if you wish. Here’s more information on using colors in CSS:
http://www.w3.org/TR/css3-color/#html4
Here is some information on customizing your site using CSS:
https://en.support.wordpress.com/custom-css/
https://en.support.wordpress.com/custom-design/css-basics/Cheers!
- The topic ‘Color Changing’ is closed to new replies.