I've changed the header color in iBlogPro3 theme using - display options - text header color but the headers of my posts appear black until they are clicked and then they change to red.
I want them to show in red but they still appear black until clicked.
Trouble changing header color
Started by
dfmillington
, Jan 30 2010 04:18 AM
4 replies to this topic
#1
Posted 30 January 2010 - 04:18 AM
#2
Posted 30 January 2010 - 05:53 PM
Ok, this is because they are links; and we had to override the rule to get them showing correctly.
Add something like this:
`.post-title h2 a {color: #HEXCOLOR;}` to custom css
#3
Posted 31 January 2010 - 03:55 AM
It doesn't work.
I put this in exactly:
.post-title h2 a {color: #FF0000;}
into custom css and nothing happens.
#4
Posted 01 February 2010 - 11:15 PM
did you inspect with FireBug?
Next I would try:
`.hentry .post-title h2 a{color:#ff0000;}`
Are we talking about your blog post headers or something else?
#5
Posted 03 February 2010 - 04:35 AM
That works - Yea!!










