Change color title
-
Hello there,
I was able to change the color title with CSS, but it works only on the home page. IS there any other way to change it?
Please check http://wp.me/P4Nn1V-C (it is red on any other page except for the home page that had the color I am looking for).
Thank you!
-
Hi there,
In your custom CSS, please change:
.wf-active h1.site-title a { color: #1D0D0D; font-size: 15px; }to
.wf-active .site-title a { color: #1D0D0D !important; font-size: 15px; } -
You are my hero!
By chance, do you also know how I can change the color of my featured title and blog post title from dark green to black?
Thank you very much,
Sonya -
Thank you. It has changed the title of featured titles, but now the blog post titles are red. Could you please help with that?
Thanks!
-
You have this in your custom CSS:
.entry-title, .entry-title a { color: #0a450a with #000000; }Please change it to:
.entry-title, .entry-title a { color: #000000; } -
-
- The topic ‘Change color title’ is closed to new replies.