Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #984165
    appliedimage
    Participant

    Hi

    How do i go about changing the footer text color on my site?

    Also is it possible to change the colour of the circle around social media icons?

    Thanks

    #984166
    appliedimage
    Participant
    This reply has been marked as private.
    #984410
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    To change the colors in your footer, please add this under Custom > CSS in the Customizer:

    .x-colophon.bottom {
        background-color: #ffffff;
        color: #000000;
    }
    
    .x-colophon.bottom a {
        color: #000000;
    }
    
    .x-colophon.bottom a:hover {
        color: #81d742;
    }

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-984165 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>