Changing Title colour
-
Hello
I’m using twenty twelve. I have purchased Custom design, and I would like to change the colour of page title.
I can change font colours in the body text but I haven’t found yet how to change colour title.Thank you for your help
The blog I need help with is: (visible only to logged in users)
-
Hi, not sure if you’re asking for the site title or the page/post title.
If site title (which you currently set as empty):
h1.class-title a { color: #000000; // Your color here }If you mean the page/post title (the “Accueil” text on your homepage), use:
.entry-header h1.entry-title { color: #000000; // Your color here } -
-
Euh, I’m a beginner in CSS
where should I put this command?
in the page title?thank you for your answer
-
You copypaste it into the CSS editor: Appearance > Customize > CSS.
First make sure you delete the entire intro message you’ll see (including the slashes and the asterisks).
- The topic ‘Changing Title colour’ is closed to new replies.