Archived topic
Hightlight Post titles sitewide
3 replies · Started by Derek Binion on December 22, 2015
Tom, I've been looking for a simple css to change post title backgrounds sitewide. can you help me with some code to change the color to whatever I want?
Thank you and have a great Holiday with your family.
[highlight]TEST[/highlight]
[HIL]TEST[/HIL]
just tinkering,I thought BBCode could format text on this site.
solved!! This did it:
h1 {
background-color: yellow;
}
Now I need to find out how to attach an image to the h1 title if I want something fancy.
H1 will work, but so will .entry-title which will only targets post titles and not other H1s in your content :)
