Home Forums Azuma How to change font color and of background color of footer.entry-footer class

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8741
    himanshuDeep
    Participant

    How to change font color and of the background color of footer.entry-footer class without changing theme customize color (secondary color)

    #8743
    Andy
    Keymaster
    .single .entry-footer {
        background: #2d364c;
        color: #fff;
    }
    
    .single .entry-footer a {
        color: #fff;
    }

    change the hex color values to the color you want.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to change font color and of background color of footer.entry-footer class’ is closed to new replies.