• Hello guys!!!

    I just want to remove the dark gray line under the menu. If you look at my website you will see. My menu is black.

    blog.painclan.net

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is in your CSS file:

    #access {
        border-bottom: 1px solid #222;
    }

    If this is a theme that you’ve downloaded and you want to make sure you are able to update it in the future, create a child theme before you make any changes and then make the changes to the child theme*.

    *I’m pretty sure this is best practice, but somebody else correct me if I’m wrong.

    Thread Starter jodayin

    (@jodayin)

    Great… THANKS! That line wasn’t in the CSS, I put it and then change it. I’m working on a child theme…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing darkgray line under menu (twenty eleven)’ is closed to new replies.