Home Forums Square entry title font color

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #918
    Minvoo
    Participant

    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!

    #921
    Hash
    Keymaster

    Here is the code

    .entry-header .entry-title a{
    color: #004f09;
    }

    This will work

    #927
    Minvoo
    Participant

    Silly me! I forgot that post title is actually a link, not a normal text… Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.