Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877104
    jsjmccracken
    Participant

    Hello,

    On http://www.tablerockkennels.com/ I would like to change the background around the border. I know how to change what’s on the inside of the border but not what’s around it. I don’t want it to be white and I would like it to be an image if possible.

    Thank you,

    Jacob

    #877137
    jsjmccracken
    Participant

    I just changed it to full width and I like that better but I would like to change the the white around the logo and at the bottom between the end of the background and the links.

    #877767
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    For Logobar :

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

    .x-logobar {
      background-color: #f54;
    }

    If you want to add image background then use :

    .x-logobar {
      background: url("http://www.tablerockkennels.com/wp-content/uploads/2016/04/TRK-website-background2.png") no-repeat center center / cover;
    }

    Change the image path with your another uploaded image link.

    For the footer :

    .x-colophon {
      background-color: #f54;
    }

    If you want to change only the footer widget area (not the bottom footer) then you can use this instead :

    .x-colophon.top {
      background: #f54;
    }
    

    Don’t forget to change the color code with your own color code.

    Hope this helps.

    Cheers!

    #878434
    jsjmccracken
    Participant

    This is exactly what I needed 🙂 Thank you!

    #879248
    Friech
    Moderator

    We’re happy to assist you with this.

    Cheers!

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