Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1021872
    blackstairswd
    Participant

    Hi Themeco,

    Can I change the footer colour to a custom colour #21bcd0. I am using the Integrity Stack and I can’t see it as an option.

    Thanks for your help.

    #1022150
    Joao
    Moderator

    Hey there,

    The Footer has top and bottom parts. For the top part, please add the code below in your Appearance > Customize > Custom > CSS.

    .x-colophon.top {
    background: #21bcd0;
    }

    For the bottom part, add

    .x-colophon.bottom {
    background: #21bcd0;
    }

    For the whole footer, use

    .x-colophon {
    background-color: #21bcd0;
    }

    Hope that helps.

    Joao

    #1024075
    blackstairswd
    Participant

    That did it – thanks!!

    #1024346
    Joao
    Moderator

    You are welcome.

    Let us know if you need help with anything else.

    Thanks

    Joao

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