Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1132634
    innocent_s
    Participant

    Hi, I am building a site using this demo http://demo.theme.co/icon-8/.

    How do I change the background color of the body, header and footer?

    I tried using this code in custom CSS but it did not work.

    body {
    background-color: #FF00FF;
    }

    http://www.southstreet24.com/copy4/

    #1133053
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-logobar, .x-navbar, .x-colophon.top, .x-colophon.bottom {
        background-color: #000;
    }
    .x-boxed-layout-active .site {
        border: none;
        background-color: #efefef;
    }

    Hope that helps.

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