-
AuthorPosts
-
February 9, 2017 at 5:53 am #1009251
when I create a menu separator, the style is not same as other menu with link. how to change it to the same style?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 9, 2017 at 6:02 am #1009255Hi
yes the Separator type Menu does not have the same design its simple when u use the separator.Add this code in custom.css file to give it same style
.nav > li > .separator:hover, .nav > li > .separator:focus { background: none; color: #ff5a00; } .nav > li > .separator { border-radius: 0; color: #222222; font-weight: 400; font-size: 13px; padding: 20px; text-transform: uppercase; }
Regards
February 9, 2017 at 9:38 am #1009292This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 9, 2017 at 9:52 am #1009294Hi
Do u mean is there any separator Menu in the child window that not showing like other menu ?
Can you point the menu in screenshot .February 10, 2017 at 3:13 am #1009408This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 10, 2017 at 3:33 am #1009413Hi Your new request needs custom work in CSS to apply the different colour for a specific menu, you can only apply custom classes for Mega menu items. Becuase all the submenu use the same CSS classes.I suggest you use the firebug for check the style classes and override it via the custom.css file.
For the mobile Menu Replace this code from custom.css
.nav > li > .separator {border-radius: 0; color: #222222; font-weight: 400;font-size: 13px;padding: 20px;text-transform: uppercase;}
with this
@media(max-width:768px){ .nav > li > .separator {border-radius: 0; color: #fff; font-weight: 400;font-size: 13px;padding: 20px;text-transform: uppercase;}}
Regards
February 10, 2017 at 4:42 am #1009424This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
February 10, 2017 at 5:07 am #1009427Hi
Please check my code again, its #fff you have to change the color code with your color.
Here is the class for menu dropdown.t3-navbar-category .nav-stacked div.dropdown-menu {background:#000;color:#fff;}
Modify the color as per needs.
Regards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Pankaj Sharma 7 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum