Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
hoknight Friend
hoknight
- Join date:
- July 2009
- Posts:
- 400
- Downloads:
- 128
- Uploads:
- 225
- Thanks:
- 110
- Thanked:
- 4 times in 4 posts
March 30, 2016 at 6:32 am #906517Hi,
Can you tell me how to change the Collapse navigation button color?
normal / hover / activeThanks.
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 30, 2016 at 7:57 am #906582Hi
Add below code in custom.css
For normal.navbar-toggle { background: rgba(255, 255, 255, 0.1); }
For hover
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: rgba(255, 255, 255, 0.2); }
For active
.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active { background: rgba(255, 255, 255, 0.3); color: #ffffff; }
1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 1 reply, has 2 voices, and was last updated by Pankaj Sharma 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum