Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405269
    lalumina
    Participant

    Hi! Working on this site http://www.injurylegalfirm.com/

    I cannot figure out how to edit the footer color and font. I cannot seem to find it in the customizer. I can find the widgets but not the global color and font settings.

    Thank you in advance for your help!

    #1405300
    Darshana
    Moderator

    Hi there,

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

    
    .x-colophon.top {
        background-color: #000000;
    }
    
    .x-colophon.top .textwidget > span {
        color: red !important;
        text-shadow: none ;
    }
    
    .x-colophon.top .textwidget a {
        color: grey;
    }
    

    Hope that helps.

    #1405353
    lalumina
    Participant

    That worked thank you!

    #1405412
    Darshana
    Moderator

    Glad we were able to help 🙂

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