Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • yoursminc Friend
    #197770

    How to change the color of the horizontal stripe (that shows when you hoover over a menu option)?

    Thanks
    Rob


    1. Screen-Shot-2014-05-14-at-16.35.57
    TomC Moderator
    #535124

    When I bring up your site, I do not see the stripe as you indicate within your image.

    Is there a particular page we should be looking at?

    yoursminc Friend
    #535355

    Hi Tom, could you retry on ww.yoursminc.nl ?

    Yes ww instead of www 😉
    Regards
    Rob

    TomC Moderator
    #535455

    Hi Rob:

    To change that “hover effect,” add the following CSS rule to your custom.css file . . .


    .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {
    border-top: 2px solid #FFFFFF
    }

    Modify the color code to whatever color code you want – or, if you don’t want that top hover effect at all, you can enter the rule as follows:


    .navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before {
    border-top: none;
    }

    Hope That Helps

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum