- This topic has 2 replies, 2 voices, and was last updated 7 years, 7 months ago by Minvoo.
Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- October 27, 2016 at 6:34 pm #918MinvooParticipant
Hello. How can I change font color in entry-title?
I’ve tried to add
color: #004f09;
in
.entry-header .entry-title{ font-weight: 700; letter-spacing: 0px; margin-bottom: 10px;
Unfortunately it doesn’t work.
Thanks!October 27, 2016 at 8:37 pm #921HashKeymasterHere is the code
.entry-header .entry-title a{ color: #004f09; }
This will work
October 27, 2016 at 11:26 pm #927MinvooParticipantSilly me! I forgot that post title is actually a link, not a normal text… Thank you!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.