-
AuthorPosts
-
May 14, 2014 at 2:47 pm #197770
How to change the color of the horizontal stripe (that shows when you hoover over a menu option)?
Thanks
Rob
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 14, 2014 at 3:11 pm #535124When 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?
May 15, 2014 at 7:57 pm #535355Hi Tom, could you retry on ww.yoursminc.nl ?
Yes ww instead of www 😉
Regards
RobTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
May 16, 2014 at 4:59 pm #535455Hi 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
1 user says Thank You to TomC for this useful post
AuthorPostsViewing 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
How to change the color of horizontal stripe
Viewing 4 posts - 1 through 4 (of 4 total)