[Chunk] Alter CSS of "about" and "contact" page
-
So I’ve changed the CSS of my main page to make the titles of my posts black, but when I head to my “about” or “contact” pages, the title of those posts are in the default grey color. Is there a way to change the color on these pages?
I deleted the title of these pages thinking it would just remove the title from the page, but it also deleted the link in the menu bar, too.
The blog I need help with is: (visible only to logged in users)
-
Add the following to your CSS. The titles on the pages have a slightly different selector.
.entry-title { color: #000000; } -
Oh, and this will also change the title of the posts on the single posts pages to black as well.
-
-
- The topic ‘[Chunk] Alter CSS of "about" and "contact" page’ is closed to new replies.