Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1161340
    bonnieshortall
    Participant

    Hi there!

    I have used the following code to change my bottom footer colour:

    .x-colophon.bottom {
    background-color: black;
    }

    and it just won’t work.

    Could you please provide me with some advice? Thanks!

    #1161362
    Paul R
    Moderator

    Hi,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1161884
    bonnieshortall
    Participant

    Hi there,

    my url is optimumperformancedublin.com

    thanks 🙂

    #1161906
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writnig in!

    You can add this under Custom > CSS in the Customizer:

    footer.x-colophon.bottom {
        background-color: #000 !important;
    }

    Thanks.

    #1161912
    Thai
    Moderator

    Hi There,

    You forgot to close the curly bracket(}) in your custom CSS.

    Please find this CSS:

    @media (max-width: 767px) {
      #x-section-15 {
        background-position: 75% !important;
      }
    .x-colophon.bottom {
    background-color: #2d2727;
    }

    And change to this:

    @media (max-width: 767px) {
      #x-section-15 {
        background-position: 75% !important;
      }
    }
    .x-colophon.bottom {
    background-color: #2d2727;
    }

    Hope it helps 🙂

    #1162679
    bonnieshortall
    Participant

    Hi there,

    this didn’t change the footer colour 🙁 I’m probably doing something wrong!

    #1162690
    Christopher
    Moderator

    Hi there,

    Please find this code :

    @media (max-width:480px){
    .x-content-band {
    background-size: 100% 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }

    And update it to :

    @media (max-width:480px){
    .x-content-band {
    background-size: 100% 100% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    }
    }

    Hope it helps.

    #1162717
    bonnieshortall
    Participant

    It worked thank you so so much!

    Bonnie

    #1162740
    Christian
    Moderator

    You’re welcome, Bonnie. Glad we could help. 🙂

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