Blog Post Title Customization
-
Hi Eric,
Try adding this to your child theme stylesheet or your custom css box in the admin panel graphene options box:
.post-title, .post-title a, .post-title a:visited {
color: #000000;
}You’re welcome.
Do you mean your navigation menu?
Probably. The menu just below my logo: http://grooveonfire.com
Okay, try adding this:
#header-menu {
background-color: #646262 !important;
background-image: none;
}My fault…
#header-menu > li > a {
color: #FEF6D7;
}You can… but you don’t want to get crazy with it. It’s been suggested to keep it to ten changes or less (although I don’t think it will “kill” anything if you have more).
It’s highly recommended to set up a child theme, and make your modifications there.
Here is the thread:
https://forum.graphene-theme.com/graphene-support/how-to-modify-the-theme-using-a-child-theme
And here is a video I made:
http://www.joshlobe.com/2011/10/video-tutorial-creating-a-child-theme-in-wordpress/
- You must be logged in to reply to this topic.
