• Hi everyone,

    I looked but couldn’t find any threads on this. There is a gray horizontal line at the bottom of my page and it only occurs when using the sidebar template. I want to get rid of it, but can’t find the corresponding code. Not even quite sure if it’s in style.css or not.

    The page is here: http://sunyatawellness.com/wordpress/

    I am using WP 3.3 and Twenty Eleven. I have created a child theme.

    Thanks ahead of time.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Style.css line 2227 delete border-top element

    Thread Starter sunyata7777

    (@sunyata7777)

    Thanks for your response, but that’s not what I was looking for. (Although I want to change the footer at some point, so I will need that!). I should have been more clear. I want to get ride of the horizontal line that appears right under the “Edit” button.

    http://sunyatawellness.com/wordpress/

    .hentry, .no-results { border-bottom: none; }

    for these kind of formatting problems, please try to work with a web tool such as Firebug, to identify the involved css selectors.

    Thread Starter sunyata7777

    (@sunyata7777)

    Thanks alchymyth! Worked perfectly. But I didn’t think ahead that it would erase the line from every page. How would I go about erasing it from only the home page?

    Definitely still a n00b. Appreciate your help!

    the home page has the body_class of .home – therefore you can use:

    .home .hentry, .home .no-results { border-bottom: none; }

    Thread Starter sunyata7777

    (@sunyata7777)

    Great! Worked just like I needed. Thanks so much for your help.

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

The topic ‘Remove horizontal line on page when using sidebar template’ is closed to new replies.