• Resolved SRustveld

    (@srustveld)


    Hello,

    Is there someone who knows how to get rid of the grey line under the navbar and along the side of the search icon.
    See example here:
    https://ronexotischschaafijs.16mb.com/images/example.png

    Even tried this:
    #nav-header.nav-container {box-shadow: none !important;}

    But no result…
    I also like to know how to change the color/coleur of it, in case i need it in the future.
    I’m using the child theme example of Hueman.

    Thanks in advance, Stephano
    Using Hueman 2.2.2, wordpress 4.1.1

    BTW… Among all free themes, Hueman is probably the best !

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter SRustveld

    (@srustveld)

    Firebug is your best friend!

    Put this in your custom or child theme css:

    #nav-topbar.nav-container {
    background: none;
    box-shadow: none;
    }

    .toggle-search {
    box-shadow: none;
    }

    see example at: https://ronexotischschaafijs.16mb.com/

    The good thing about wordpress: Along the way, you’ll learn php,html,css etc.

    The bad thing about wordpress: It makes you lazy to learn php,html,css etc.
    Never ending circle…

    I hope this help others with the same issue…

    Hi SRustveld. Can you post a link to your site? Thanks.

    Thread Starter SRustveld

    (@srustveld)

    Sorry…, but this is better!

    #nav-topbar.nav-container {
    background: none;
    box-shadow: none !important;
    }

    .toggle-search {
    box-shadow: none !important;
    }

    #nav-topbar .nav-toggle {
    box-shadow: none !important;
    }

    Try firebug, and your theme becomes logical

    Thread Starter SRustveld

    (@srustveld)

    @bdbrown;

    https://ronexotischschaafijs.16mb.com/

    I manage to figure it out with Firebug.
    was really easy actually.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Grey line under navbar’ is closed to new replies.