• Resolved christalle

    (@christalle)


    Hi how can i change the footer widget 2 text colour and the site copyright text. i previously had them white with css targeting those items but for some reason it reverted and is not responding. please help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @christalle,

    You can copy-paste the following Custom CSS codes in Appearance > Customize > Additional CSS to change the text color of your footer widget area and copyright.

    #text-5 .textwidget p {
        color: #fff;
    }
    .site-info p {
        color: #fff;
    }
    Thread Starter christalle

    (@christalle)

    thank you so much it worked!

    Great! I’m glad it worked. ?? I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change footer widget text colour’ is closed to new replies.