garyexposure
Member
Posted 2 years ago #
Hi there
There is a faint white line on the top of menu bar in-between the logo and the said menu. I want to get rid of it but can't work out to get rid of it. I've looked at header.php and the main CSS stylesheet but I can't work out what to edit.
Here's the page: http://exposure.org.uk/blog/
I'm a bit of a novice at this.
Thanks in advance.
ChaMChoM
Member
Posted 2 years ago #
ok the problem is that the menu image have the lines ..
#menu {
background: url("images/img03.gif") repeat-x scroll left top transparent;
height: 60px;
margin: 0 auto;
width: 940px;
}
change it to
#menu {
background-color:none repeat scroll 0 0 #000000;
height: 60px;
margin: 0 auto;
width: 940px;
}
that should fix the problem .
garyexposure
Member
Posted 2 years ago #
That solved it. Many thanks :)
ChaMChoM
Member
Posted 2 years ago #
hmm i saw u removed all the menu background color .
try this one
#menu {
background-color: #000000;
height: 60px;
margin: 0 auto;
width: 940px;
}
garyexposure
Member
Posted 2 years ago #
There was a black faint marble tiled .gif background before. I just replaced it with a solid black tile in the theme folder. Did the trick.
Any suggestions how I might edit the sidebar... the theme doesn't allow me to access them through the appearance>menus section, and the widgets don't show any of the details that currently appear. I've got one too many search bars and I want to tidy up the rest.