Home Forums WoodMart support forum Mega Menu editing

Mega Menu editing

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #37141

    eyupdmg
    Participant

    I 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?
    Thanks

    #37144

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a screenshot and the link where we can see this problem for better understanding.

    Regards

    #37182

    eyupdmg
    Participant

    #37183

    eyupdmg
    Participant

    i want to use header texts marked with arrows like other submenu items not as header menu item

    #37187

    Bogdan Donovan
    Keymaster

    Try 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

    #37189

    eyupdmg
    Participant

    how can i change uppercase to lovercase?Because it shows as uppercase

    #37196

    Artem Temos
    Keymaster

    Try this code also

    body .sub-menu-dropdown .mega-menu-list > li > a {
    	text-transform: none;
    }
    #37197

    eyupdmg
    Participant

    awesome guys.Resolved.And one more question.I want to background of this mega menu set to dark.How can i change this?

    #37198

    eyupdmg
    Participant

    i have alrady changed from Settings/Header/Style&Colors Header dropdowns dark ON.But still light background color.Nothing changed.

    #37203

    Artem Temos
    Keymaster

    You 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.

    #37204

    eyupdmg
    Participant

    oke artem thanks man.Resolved 🙂

    #37206

    eyupdmg
    Participant

    i 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?

    #37222

    Artem Temos
    Keymaster

    Add 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;
    }
    #37241

    eyupdmg
    Participant

    Thanks

Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)

The topic ‘Mega Menu editing’ is closed to new replies.