Support » Themes and Templates » Change Background colour on Punchcut

  • Hi all,

    I’m currently working with a free version of the punchcut theme on taniaedwardscomedy.com and am hunting through the master.css to find the background colour with no success.

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }

    if I change the background here I get the colour coming as a background to header text and page text but not the actual ‘blue background’.

    I know there is a premium theme available and I’m keen to buy it when funds are available, as I’m doing this as a freebie any help would be really great.

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • there is a style-options.php and the color seems to be coming from there:
    body { background: #1d4377 url(../../images/body-background-colors.png) repeat 0 0; }

    (there is also this background image, although my firefox marked it as not found)

    is there a theme option, maybe in ‘admin’ ‘appearance’ ?

    – in extreme, you could try and force the background color from master.css:

    body {
      background: #aa0000!important;
    }

    Thread Starter PPDave

    (@ogma)

    Thanks for the suggestion,

    I’ll be back with results soon.

    Thanks again

    Thread Starter PPDave

    (@ogma)

    Thanks thanks thanks thanks thanks

    with a capitol th,

    changed the hex in the style.php and all is good.

    Really really appreciate the help.

    Your a legend.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Background colour on Punchcut’ is closed to new replies.