Manifest Theme – Change Entry Title Color
-
Hi,
I am customizing cheblack.com using the Manifest Theme and am not having any luck changing the entry titles. I want the titles, and all subsequent headings to be #339.
I edited the CSS (and failed) as follows:
h2 {
margin-top: 30px;
margin-bottom: 40px;
font-size: 2.4em;
font-weight: normal;
color: #339;
text-transform: uppercase;
}
Any suggestions?
The blog I need help with is: (visible only to logged in users)
-
You should be able to do it with this in your CSS for your entry titles:
.entry-title {color: #339;} .blog .entry-title a{color: #339;} -
-
- The topic ‘Manifest Theme – Change Entry Title Color’ is closed to new replies.