• I bought this theme, and its a pile of shite…
    shit happens

    However, I’m almost there with the theme. The only thing i want to do left is to change the theme so most of it is black with white writing etc.

    On the other themes they simply put this code into the custom css box:

    #wrap {
    background: red;
    }

    However that doesn’t work on mine. My stylesheet code is here:

    https://pastebin.com/2KentrXY

    and my site is here:

    louisreynoldsphotography.co.uk

    The white that is next to my black logo, the white that is near the text at the bottom, everything that is white i would like black, and the text i think i can change to white in the little app they have given me which is stored in wordpress.

    Thanks for any help anyone can give me.

    kind regards

    louis

Viewing 1 replies (of 1 total)
  • the theme has many containers/layers, and some of them have their own background colors declared.

    This what I have found, at least:

    #header .bottom .surround {
    background: #fff; //this

    .page-template-page-portfolio-php #middle, .tax-skill #middle {
    padding: 0 !important;
    max-width: 100% !important;
    background: #f8f8f8; //and this

    #footer {
    color: #7b7b7b;
    background: #f6f6f6; //and this
    position: relative;
    z-index: 301;

Viewing 1 replies (of 1 total)
  • The topic ‘ThemeTrust Baylie – CSS to change background colour?’ is closed to new replies.