Home Forums WoodMart support forum Mobile Menu

Mobile Menu

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #42037

    penguined
    Participant

    I have created a menu using WPBakery Page Builder Plugin. But the menu list items are not showing in the mobile version.

    #42050

    Artem Temos
    Keymaster

    Hi,

    Mega menu dropdowns built with HTML Blocks are supported by the main desktop menu only. You need to create a separate mobile navigation in Appearance -> Menus without HTML Blocks dropdowns.

    Regards

    #42070

    penguined
    Participant

    Thanks.

    1. How do I remove the search header?
    2. I want to move the brand title below the price in product category page and change the font color to black
    3. I want to show the discount percentage not on the corner of the product image but besides the price.

    Please check the images.

    #42077

    penguined
    Participant

    Check the link

    #42106

    Artem Temos
    Keymaster

    Hi,

    1. You can disable it in Theme Settings -> Header -> Search.

    Sorry, but your second and third questions require more deep code customization and can’t be achieved with a custom CSS only.

    Regards

    #42133

    penguined
    Participant

    How do i show the search box in mobile header? Thanks in advance.

    #42151

    Artem Temos
    Keymaster

    Hi,

    You can find all these settings in Theme Settings -> Header -> Search https://gyazo.com/0a365e899c29204e1ba777fc1d1e1c66

    #42161

    penguined
    Participant

    That is not what I am looking for.

    #42173

    Artem Temos
    Keymaster

    Hello,

    1. Sorry, but there is no such search style in our theme.

    2. You can remove it with this code snippet

    .search .page-title {
    	display: none;
    }

    3. You can customize the page title globally in Theme Settings -> Page heading.

    4. Sorry, but it may be possible with additional code customization only as well.

    Kind Regards

    #42297

    penguined
    Participant

    Please check the link

    #42308

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change this

    .no-products-footer {
    	display: none;
    }
    
    .searchform input[type=text] {
    	border-color: #121937;
    }
    #42309

    penguined
    Participant

    Thanks a lot. Is it possible to decrease the width of the search box?

    #42321

    Artem Temos
    Keymaster

    Yes, you can use this code snippet

    .main-header .widgetarea-head {
     margin: 0 auto;
    	max-width: 800px;
    }
    #42343

    penguined
    Participant

    Thanks a lot.

    I have changed the background color of page heading to white but it is not changing.

    #42361

    Artem Temos
    Keymaster

    You have an image for the page heading uploaded for the shop page in Dashboard -> Pages -> Shop (edit page)

    #42392

    penguined
    Participant

    Thanks. Is this possible to show the Page Heading only on the cart, checkout and order complete page?

    #42426

    Artem Temos
    Keymaster

    Yes, but in this situation, you will need to go through all other pages and disable it so leave only desired pages.

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