Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1399613
    breepear
    Participant

    How do I update the text color in the footer of Ethos?

    #1399618
    breepear
    Participant
    This reply has been marked as private.
    #1399624
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-colophon.bottom .x-colophon-content {
        color: #ffffff;
    }
    
    .x-colophon.bottom .x-colophon-content a {
        color: #ffffff;
    }
    
    .x-colophon.bottom .x-nav li a {
        color: #ffffff;
    }
    
    .x-colophon.bottom .x-social-global a {
        color: #ffffff;
    }
    

    Hope that helps.

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