Home Forums WoodMart support forum Boxed Menu

Boxed Menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #713263

    alexandra
    Participant

    Hi, I set the navigation menu in the header builder to not be full width, but it still appears full width. Could you please help me figure out what’s happening?

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

    alexandra
    Participant

    One more request please , where can I remove the word “Search” (highlighted in the screenshot, mobile version)? I want to keep only the search icon on the right and the “Search for products” placeholder text on the left, without the extra “Search” label.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    1. The header is already showing in boxed layout: https://ibb.co/wh1CFWKM. You can check the full-width layout by enabling the Fullwidth option: https://ibb.co/bgwnTV9v

    2. To hide the text from the mobile menu search icon, please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:

    .wd-search-form button.searchsubmit span {
        display: none;
    }

    Best Regards.

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