Home › Forums › WoodMart support forum › Mobile Menu
Mobile Menu
- This topic has 16 replies, 2 voices, and was last updated 7 years ago by
Artem Temos.
-
AuthorPosts
-
February 24, 2018 at 1:47 pm #42037
penguinedParticipantI have created a menu using WPBakery Page Builder Plugin. But the menu list items are not showing in the mobile version.
February 24, 2018 at 2:54 pm #42050
Artem TemosKeymasterHi,
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
February 24, 2018 at 3:47 pm #42070
penguinedParticipantThanks.
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.
February 24, 2018 at 4:13 pm #42077
penguinedParticipantCheck the link
February 24, 2018 at 8:22 pm #42106
Artem TemosKeymasterHi,
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
February 24, 2018 at 11:48 pm #42133
penguinedParticipantHow do i show the search box in mobile header? Thanks in advance.
February 25, 2018 at 8:05 am #42151
Artem TemosKeymasterHi,
You can find all these settings in Theme Settings -> Header -> Search https://gyazo.com/0a365e899c29204e1ba777fc1d1e1c66
February 25, 2018 at 9:25 am #42161
penguinedParticipantThat is not what I am looking for.
February 25, 2018 at 1:30 pm #42173
Artem TemosKeymasterHello,
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
February 26, 2018 at 12:41 pm #42297
penguinedParticipantPlease check the link
February 26, 2018 at 1:11 pm #42308
Artem TemosKeymasterTry 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; }
February 26, 2018 at 1:21 pm #42309
penguinedParticipantThanks a lot. Is it possible to decrease the width of the search box?
February 26, 2018 at 2:59 pm #42321
Artem TemosKeymasterYes, you can use this code snippet
.main-header .widgetarea-head { margin: 0 auto; max-width: 800px; }
February 26, 2018 at 4:15 pm #42343
penguinedParticipantThanks a lot.
I have changed the background color of page heading to white but it is not changing.
February 26, 2018 at 6:41 pm #42361
Artem TemosKeymasterYou have an image for the page heading uploaded for the shop page in Dashboard -> Pages -> Shop (edit page)
February 26, 2018 at 9:13 pm #42392
penguinedParticipantThanks. Is this possible to show the Page Heading only on the cart, checkout and order complete page?
February 27, 2018 at 7:17 am #42426
Artem TemosKeymasterYes, but in this situation, you will need to go through all other pages and disable it so leave only desired pages.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register