how to remove HR between menu items and storiers
tonyoverwater - July 5, 2009 - 00:47
Hello
How do I remove this nasty light HR between my menu items in a pull down menu and under each story.
I can't find it anywhere.
Thanks in advance.
Tony

A link to site would make it
A link to site would make it easier for others to help.
You could use the Firefox extension firebug to help your self.
HR in node?
Hello,
Thank you for your answer. Juggled with it for some days. Installed firebug. I got rid of the HR in the menu's but now it is still in the content area.
for example
http://www.jazzinmotion.com/drupal/?q=node/12
I am not sure if this line comes from the default.css in the system folder or I can control it somewhere in my theme css.
Hope to get some help.
Tony
You theme has this css in
You theme has this css in style.css (line 811)
.node {border-bottom:1px solid #E9EFF3;
margin:-1.5em -26px 1.5em;
padding:1.5em 26px;
}
thank you
Thank you. Although I noticed that too and tried to change it, it still remained. But now i also deleted it from another css page that I use for another content-type. And now it disappeared. For some reason it reads both css sheets even if it is not for that specific content type. More of my site issues came from that problem.
I am trying to build a site where different pages have different backgrouds depending on content type. So I am writing different css's for these pages. But somehow the css pages influence eachother.
Learning every day.
Thanks again.
Tony