How do I eliminate or hide the grey stripe that runs horizontally between the menu and main, all the way across the page?
ThemeShaper Forums » Thematic
Line between menu and main
(9 posts)-
Posted 2 years ago #
-
think that's a border color... just set the border value for #nav to none
Posted 2 years ago # -
Thanks for the suggestion. I tried this, but it only affected the border touching the main and the menu. It did not affect the line going all the way across the screen. I have this in other thematic child themes that I have developed, but have always incorporated it into the design. However, this time that won't be possible. The line has to be invisible.
I appreciate any input into this
Posted 2 years ago # -
hmm, toss a link up so it can be seen...
Posted 2 years ago # -
yeah, a link will get you the answer more quickly:)
Posted 2 years ago # -
http://www.carpenterplace.org/wordpress/
Obviously, this is a work in process so I'm a little embarrassed to let anyone see it. But it's that grey link that extends all the way across the screen.
Thanks for your help.
Posted 2 years ago # -
I mean "that grey line", rather than "link"
Posted 2 years ago # -
I'm pretty sure that is the border on the #access div.
#access{
border: 0
}should get rid of it.
Posted 2 years ago # -
This was it. Thanks for the help.
Posted 2 years ago #
Reply
You must log in to post.