• Resolved abc1me

    (@abc1me)


    Each page created produces background currency images making the text that’s over the background images difficult to read. Can these images be removed from the individual page style sheet? If you look at my site it will be clear what I’m referring to.

    http://fundinglist.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • go to your style.css file and look for this code:

    .box-left{
    background:#fff url(img/content.jpg) no-repeat left top;
    margin:0 0 40px 20px;
    }

    remove the background image url details.

    Thread Starter abc1me

    (@abc1me)

    What exact chunk do i cut out? url(img/content.jpg) or (img/content.jpg)

    Am newbie and don’t want to screw it up. Could you clarify please?

    it should look like this:

    .box-left{
    background:#fff;
    margin:0 0 40px 20px;
    }
    Thread Starter abc1me

    (@abc1me)

    Thanks Te Calleja.. Pages are now much more read friendly !!

    Thread Starter abc1me

    (@abc1me)

    So So So much better. You WP heads are Great…

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

The topic ‘remove background image from page’ is closed to new replies.