Home › Forums › WoodMart support forum › Mega Menu editing
Mega Menu editing
- This topic has 13 replies, 3 voices, and was last updated 7 years, 10 months ago by
eyupdmg.
-
AuthorPosts
-
February 3, 2018 at 8:55 am #37141

eyupdmgParticipantI want to use first paragraph of mega menu not as Bold text.i want to use like other menu items (not bold) because i don’t need header text for mega menu.How can i do this?
ThanksFebruary 3, 2018 at 9:02 am #37144
Artem TemosKeymasterHi,
Please, provide us a screenshot and the link where we can see this problem for better understanding.
Regards
February 3, 2018 at 12:11 pm #37182
eyupdmgParticipant
February 3, 2018 at 12:14 pm #37183
eyupdmgParticipanti want to use header texts marked with arrows like other submenu items not as header menu item
February 3, 2018 at 12:41 pm #37187
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings.
body .sub-menu-dropdown .mega-menu-list > li > a { font-weight: 400 !important; font-family: lato; } body.menu-style-default .menu-mega-dropdown .sub-menu>li>a { color: #777; }Regards
February 3, 2018 at 1:01 pm #37189
eyupdmgParticipanthow can i change uppercase to lovercase?Because it shows as uppercase
February 3, 2018 at 1:15 pm #37196
Artem TemosKeymasterTry this code also
body .sub-menu-dropdown .mega-menu-list > li > a { text-transform: none; }February 3, 2018 at 1:24 pm #37197
eyupdmgParticipantawesome guys.Resolved.And one more question.I want to background of this mega menu set to dark.How can i change this?
February 3, 2018 at 1:28 pm #37198
eyupdmgParticipanti have alrady changed from Settings/Header/Style&Colors Header dropdowns dark ON.But still light background color.Nothing changed.
February 3, 2018 at 2:00 pm #37203
Artem TemosKeymasterYou can set different color scheme for each mega menu dropdown item in Appearance -> Menus. Be sure that you have set an appropriate color scheme for this dropdown.
February 3, 2018 at 2:05 pm #37204
eyupdmgParticipantoke artem thanks man.Resolved 🙂
February 3, 2018 at 2:18 pm #37206
eyupdmgParticipanti found one more issue.on the picture as you can see first headers on the menu marked as selected(white color)
How can i resolve this?
February 3, 2018 at 3:39 pm #37222
Artem TemosKeymasterAdd this code snippet
.sub-menu-dropdown .mega-menu-list>li>a { color: rgba(255,255,255,0.6)!important; } .sub-menu-dropdown .mega-menu-list>li>a:hover, .sub-menu-dropdown .mega-menu-list>li>a:focus { color: white!important; }February 3, 2018 at 4:14 pm #37241
eyupdmgParticipantThanks
-
AuthorPosts
The topic ‘Mega Menu editing’ is closed to new replies.
- You must be logged in to create new topics. Login / Register
