-
AuthorPosts
-
September 9, 2016 at 9:01 am #966963
hi my web is http://demo.blugreenoffice.com
i try to change the main nav background-color into white, and it work unfortunately when i try to hover the mouse pointer over the menu, the color of the hover and the text is white also.
can you help me where and how to change this ? ie. i want to change the hover background color to white and the text into black.
thanks
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 9, 2016 at 9:52 am #966980Hi
Add below code in /css/custom.css file and change the color code from white to your color code
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #ffffff!important; }
1 user says Thank You to Pankaj Sharma for this useful post
September 9, 2016 at 10:27 am #966993thanks i did need to change to black for text color.
how about change the hover color when mouse point ?
i did succeed on change the hover to green, by adding this :
background-color: #9ef9a9!important;
but it won’t affect the sub menu, how can i archieve this ?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 10, 2016 at 1:40 am #967146Hi
Use this code in custom.css file to add bg color for dropdown items .t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover { background: green; color: #003b24; }
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by Pankaj Sharma 8 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-