Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182452
    the brink
    Participant

    Hello

    I have been trying to change the font colour of my ‘about’ widget at the bottom of each page of my site. It is currently grey and I would like to make it black.

    I have tried adding to my css style sheet:

    .with-line-above p {
    color: black !important;
    }

    However it remains grey, I wonder if there is something overriding that I need to change first?

    my site is http://www.thebrinkonline.org

    Thankyou for your help!

    #182509
    sapana
    Participant

    @the-brink: hello brink, please follow this steps and add the following css code
    Go to=> Appearance=> Customize=> Additional CSS=> add the following css code

    .footer-widget-area{
    color: #B22222;
    }

    You can change the color code as per your requirement.let me know if this works out!

    Kind Regards,
    Sapana

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change the font colour of a widget’ is closed to new replies.