shon93
Member
Posted 6 months ago #
Hey guys I wanted to change the more tags color on my homepage to red but everytime I add the red it changes but so does the widget color which I don't want to change.
I need to no what single element I need to uses to change my more tags red
Im using this code in firebug
a {
color: #F50C18;
}
This is switching both elements red
This is my site click here
Try using more specific CSS selectors.
Anyway this seems more of a CSS issue than WordPress and should be asked in a more relevant forum.
Try using this:
a.more-link
as the selector.
shon93
Member
Posted 6 months ago #
Thanks it worked.How about the code for changing the color of the date it was posted
If you want the whole line (including "posted on") use:
.entry-meta
If just the date, use:
.entry-meta a
shon93
Member
Posted 6 months ago #
shon93
Member
Posted 6 months ago #
One more thing WPyogi I want to make the black back grounnd of my slider transparent