Home Forums WoodMart support forum menu customization

menu customization

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #637642

    ElBender8
    Participant

    I probably should have bought the theme that I always give as an example, but I’m sure the settings are common and you can help me. How can I customize the menu using native tools? I attached a screenshot of my menu on a PC and a screenshot of my favorite theme of yours, Atletex, for comparison. If it’s CSS, please give me the code for that menu from that theme.

    Attachments:
    You must be logged in to view attached files.
    #637936

    Luke Nielsen
    Member

    Hello,

    Send me access to the admin panel so I can check what we can do best in this situation.

    Thank you for your time.

    Kind Regards

    #637943

    ElBender8
    Participant

    pls check private content

    #638174

    Luke Nielsen
    Member

    Hello,

    Try to use the code below, paste it into the Desktop CSS area:

    .whb-header .wd-dropdown-menu.wd-design-aside .wd-sub-menu {
        padding: 10px;
    }
    
    .whb-header .wd-dropdown-menu.wd-design-aside .wd-sub-menu-wrapp>.wd-sub-menu>li a {
        border-radius: 10px;
    }
    
    .whb-header .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li:hover>a, 
    .whb-header .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li.wd-opened>a  {
        background-color: rgb(186,177,243);
        color: #fff;
    }

    Kind Regards

    #638223

    ElBender8
    Participant

    You are the best. I firmly shake your hand and hug you

    #638230

    Luke Nielsen
    Member

    Hello,

    You are welcome! Always remember that you can reach out to us with any questions you may have.

    Wish you all the best.

    Kind Regards

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

The topic ‘menu customization’ is closed to new replies.