• stargirl1

    (@stargirl1)


    hi, just wondering how to remove the white background to have just the image background repeated behind the text?

    i tried the following code but it didn’t work. all it did was put the word “home” back on my home page where i didn’t want it. i’m using the presswork theme. my site is http://www.lizartlizard.com

    #body-wrapper {
        background-color: none;
        color: #444444;
        padding: 0;
        width: 930px;
Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    have you tried changing in:
    #main-wrapper {

    Thread Starter stargirl1

    (@stargirl1)

    yep still doesn’t seem to work :/

    Michael

    (@alchymyth)

    there is an embedded style with a #body-wrapper background color which overwrites the styles in custom.css;

    try to force the transparent background:
    (below is an edit of an existing style in custom.css)

    #body-wrapper {padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: transparent!important;}
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to remove white background?’ is closed to new replies.