• Resolved ThereseHyden

    (@theresehyden)


    Hey!

    Equivalency is the name of the theme I use to my WordPress blog. There is a border/frame around the blog and I want to remove it. The probleme is that I can’t find the code in any of the php. Templates or in the stylesheet. I have tried to search after the border’s color in the stylesheet (to find it), but it’s no where.

    Somebody who know’s what to do? 🙂 My blog is: http://theresehyden.com
    Thanksfull for all the help I can get!

    Excuse my english.

Viewing 7 replies - 1 through 7 (of 7 total)
  • If you mean the coffee-brown thick “border” – it’s not a border. It’s the body background colour.

    Thread Starter ThereseHyden

    (@theresehyden)

    Thank you for the answear, but it’s not… I have just one background color, this is how the body code is written…

    body {
    margin: 0;
    padding: 0;
    background: #f4efe2 url() repeat-x left top;
    font-family: arial;
    font-size: 12px;
    color: #8d8d8d;
    }

    Try replacing #f4efe2 with any other color and you’ll see what I mean.

    Thread Starter ThereseHyden

    (@theresehyden)

    I made the background black but it’s still there.

    Ok – my bad, Perhaps I was looking at the site at the same time that you were working on it. Rechecked again and I can see that it’s the background on #page (img02.jpg). My guess is that the same border has simply been added to the header image.

    Thread Starter ThereseHyden

    (@theresehyden)

    Omg, thank you so much! 😀 (The headers border created I just to make it fit) 🙂

    No problem 🙂

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

The topic ‘Remove border/frame around the blog?’ is closed to new replies.