• Hello all, a bit worried about asking this as in the last three hours of trying to sort out my problem I see lots of comments about Read the previous posts, post in the right place etc which I have been doing but just not making headway.

    I am trying the Customizr theme and just can not change the Orange colour in the pages (did I mention that I am new to this) I have tried all the code below in the Custom CSS box and I can get the home page to change colour but none of the others (the body.home tag appears to do this) If it was not for the fact that I am bald I would be literally tearing my hair out by now.

    I have taken out all the code and the site is
    https://country-getaway.com in glorious orange if there is someone who might be interested in taking a look.

    Various code snippets I have tried.

    body {
    color: #514137;
    }
    body {
    background: #514137;
    }
    header.tc-header {
    background: #514137;
    }
    body.home {
    background: #514137 !important;}

    body {
    background: none repeat scroll 0 0 #FAFAFA;
    color: #5A5A5A;
    padding-bottom: 0;
    }

  • The topic ‘Customizr Overall Color Scheme’ is closed to new replies.