• Resolved hayleywright

    (@hayleywright)


    I just updated Suffusion from 3.6.3 to 3.6.5. I did have the options set so that my date box backgrounds are transparent/blank and also so that the outer wrapper is transparent/not there.

    After the update my date box background is now red and the wrapper is visible. When I go into the relevant options to try to change them back, I see that they are actually set to be doing what they were doing before, and nothing I’ve done makes it change.

    Any help would be much appreciated. My site is http://transsexualtransylvania.co.uk (reviews).

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • To remove the red box around the date, open your style.css and around like 300 yu fill find this:

    .post .date {
    background:url("../../images/calred.png") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    }

    change it to:

    .post .date {
    /* background:url("../../images/calred.png") no-repeat scroll 0 0 transparent; */
    color:#FFFFFF;
    }

    Did you try just re-saving your options? That might help.

    Thread Starter hayleywright

    (@hayleywright)

    Ta. Yes, I tried re-saving my options and then I tried saving different options and going back to my old ones and saving them again. Nothing works. Extremely frustrating.

    I might have to try tampering with the CSS then.

    OK, I checked your site – I don’t see a box around dates and your “wrapper” is definitely transparent (unless you want the border around it gone). So the changes you have made are working.

    Thread Starter hayleywright

    (@hayleywright)

    Thanks. Yes, I managed to fiddle with the date box to get it working. I did want to get rid of the wrapper border. Is there an option for that?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Updated to 3.6.5 & date box background/wrapper issues.’ is closed to new replies.