• Hi there!

    Is there a way I can change the background color of the footer to black and then the text to white?

    Thank you to anyone that can help with this!

    Kathleen

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello kafeen2000,

    You can achieve the desired changes with the help of custom css.

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    footer #colophon .rsrc-footer{background: black;color: #ffffff !important;}
    .rsrc-author-credits{border-top: 1px solid #ffffff !important;}
    footer .text-center a{color: #ffffff !important;}
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter kafeen2000

    (@kafeen2000)

    I tried it but nothing changed. Not sure what I’m doing wrong.

    Thanks for trying.

    Kathleen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Footer Color Change’ is closed to new replies.