Change Color on Post Title (Linen)
-
Hi, I would like to know how can I change the color or the title of a post:
I have Tried this:
/* custom post title color */
h2.title a {
color: #1B67E0 !important;
}But only changes the color of the title of the post on the home page, but I want the the title of the post to be a different color only when the post opens in its own page.
Thanks you for your help!
The blog I need help with is: (visible only to logged in users)
-
This will change the color of the post titles on the main page and on single post pages.
#header h2.title a, .single-post-title { color: #cc0000; } -
-
- The topic ‘Change Color on Post Title (Linen)’ is closed to new replies.