Home Forums WoodMart support forum Dropdown menu to change the background

Dropdown menu to change the background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281188

    thenightfox91
    Participant

    Hi, can you please send the me ccs to increase the size of Navigation menu for Desktop version .
    I’m trying to use this ccs but it doesn’t work !
    .main-nav .menu > li > a {
    font-size:16px;
    }

    My other issue is with the dropdown menu . I have created one dropdown menu with HTML Blocks but i need to make some changes . ( look at the screen shoot link what i need – https://prnt.sc/118uzac )

    #281239

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-nav-main>li>a {
        font-size: 16px;
    }
    
    .wd-dropdown-menu.wd-design-sized {
        padding: 0 !important;
    }

    Best Regards

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