Pilcrow h4 colors
-
Greetings. I have the CSS upgrade for this site and we are using the Pilcrow theme. I’d like to be able to change the background color of h4 but my code doesn’t work. I’ve tried this code on other blogs I manage and get the desired result.
I’m using code I copied from the orginal Pilcrow CSS Stylesheet and have tried changing the font and background colors. Only the font color will change.
Here’s the code;
h4 {
color:white;
background-color:#695E4A;
border-bottom:1pm solid gray;
font-size:12px;
display:inline;
line-height:24px;
padding:4px 6px;
text-transform:uppercase;
}
Thanks for any help.The blog I need help with is: (visible only to logged in users)
- The topic ‘Pilcrow h4 colors’ is closed to new replies.