Issue with post title color (on post page)
-
I am using the theme Greenery for my blog (http://Blog.livingtantra.com) and have made substantial edits to the appearance of the original theme. The only thing that I cannot seem to change is the color of the post title on the post page itself. I want it to be the same color as it is shown on the main blog page, but right now it is a terrible green color.
Any help would be greatly appreciated.
Matt D
The blog I need help with is: (visible only to logged in users)
-
.posttitle {
margin-bottom: -8px;
padding: 0 0 0 2px;
width: 100%;
color: #88dc00;
overflow: auto;
}
is the original CSS.
You’ll need to set a color for the postitle when it’s not a hyperlink :)
-
Matt,
There’s an error in you CSS code; your selector should read like this:
.posttitleIt currently reads like this:
posttitleFix that and the text color should be applied.
-
- The topic ‘Issue with post title color (on post page)’ is closed to new replies.