• Resolved garyexposure

    (@garyexposure)


    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: https://exposure.org.uk/blog/

    I’m a bit of a novice at this.

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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 .

    Thread Starter garyexposure

    (@garyexposure)

    That solved it. Many thanks ??

    hmm i saw u removed all the menu background color .

    try this one

    #menu {
        background-color: #000000;
        height: 60px;
        margin: 0 auto;
        width: 940px;
    }
    Thread Starter garyexposure

    (@garyexposure)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Editing menu bar’ is closed to new replies.