2011 Theme color property doesn't work
-
I have the custom upgrade and I’ve changed the default Comment Link at the bottom of any post successfully to a bigger font and a contrasting color by using this in my style sheet:
.entry-meta .leave-reply {
visibility: hidden;
}.entry-meta .leave-reply:before {
visibility: visible;
color: #FF8429;
font-weight: bold;
font-size: 16px;
content: “Comment”;
}This worked fine, now if comments are already recorded that link changes to the number and the word “Replies.” Checking the page code, it appears that’s <span class=”comments-link”>, this css works for the font size but not the color:
.comments-link {
font-weight: bold;
font-size: 16px;
color: #FF8429;
}but my orange color #FF8429 isn’t appearing. What’s wrong
The blog I need help with is: (visible only to logged in users)
-
Hello there,
This is the Support forum and you need to post into the CSS Forum. Please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need. -
- The topic ‘2011 Theme color property doesn't work’ is closed to new replies.