changing colours
-
Your guidance suggests that there should be an option to change the colour of the header text under ‘customize site title’, but this does not appear on mine. I am using the photographer theme. How can I change the colour of the title and also the font?
The blog I need help with is: (visible only to logged in users)
-
Hi Katy, you can visit the Customizer at https://katybradshaw.wordpress.com/wp-admin/customize.php to make some general color changes, but some more specific changes require the use of CSS.
For example, adding this to your custom CSS rules would change the site title to use the Arial font and the color green.
h1.site-title a {
font-family: Arial;
color: green;
}You learn about the basic of customizing your CSS rules at http://en.support.wordpress.com/custom-design/custom-css/
I hope that helps. Please let me know if you have any questions or if there’s anything else I can do.
Ian
- The topic ‘changing colours’ is closed to new replies.