how to edit Full screen menu result
-
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.
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,
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.
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,
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
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,