change color on title of blogs
-
Hi,
I’m trying to change the color on the title of the blog entries in my 3 column layout. But it seems to work in tangent with the menu bar.
Can I have assign a stand alone color on the blog entries?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hello there!
If you are trying to change the color of the post title and your theme doesn’t has this option you can go and add a custom CSS.
This code should do the work:
.post-title a { color: #63c1f8; }Just change the hexadecimal code of the color to the one you need.
Hope that helps =)
Regards,
João -
Hi!
Thank you for your response. I tried plugging in the code you provided with my color, but it did not change anything on my page…???
I plugged in .post-title a { color: #951e32; }
and nothing changed…any other thoughts on this?Thanks again!
-
hmmm… try to put !important after the color code.
Like this:.post-title a { color: #951e32 !important; } -
hey!
I’m checking your blog right now and the color of the title is #951e32.
Check what I’m seeing: http://imgur.com/a/c6A6w
=)
-
-
- The topic ‘change color on title of blogs’ is closed to new replies.