Home Forums WoodMart support forum how to edit Full screen menu result

how to edit Full screen menu result

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

    swoobrotherstech
    Participant

    i have activate Full screen menu feature in menu ..and now i want to edit the look of menu .. i didn’t get the option from where we can edit it ..
    i want to change background color from black to white and shift it to the left side
    check screenshot

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

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS:

    .wd-fs-menu.wd-opened {
    background-color: #f8f8f8;
    }
    .wd-opened .wd-nav-fs {
        position: relative;
        right: 200px
    }

    Best Regards,

    #636306

    swoobrotherstech
    Participant

    only the background color have changed to white ..i want to show same menu type as it shows in phone …

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

    Hello,

    Sorry to say, it is not possible to display the menu exactly like the mobile version in the full-screen menu. You can only show one menu at a time.

    However, if you want the mobile menu on the desktop, you can add the mobile menu element to the desktop header: https://ibb.co/xKCcSnbm

    Result: https://ibb.co/C51p5bXq

    Best Regards,

    #636438

    swoobrotherstech
    Participant

    not exact same ..but i want to change the result it display in desktop ..
    background color – white
    font color – black
    display in side left not take full screen

    #636497

    Hello,

    Please share the screenshot and the Site URL where you want to change, so I will check and give you the possible solution.

    Best Regards,

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