Home › Forums › WoodMart support forum › Mobile menu customizations
Mobile menu customizations
- This topic has 17 replies, 3 voices, and was last updated 3 years, 11 months ago by
Artem Temos.
-
AuthorPosts
-
March 24, 2021 at 10:26 pm #276152
ipcomParticipantHi there. How can i remove the background (and make it white) of the menu and category tabs in the mobile menu? I also want to remove the borders inside the mobile menu (borders of category lists, menu lists). I am attaching a screenshot.
Attachments:
You must be logged in to view attached files.March 25, 2021 at 8:10 am #276198
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.site-mobile-menu li a { border: none; }
.icon-sub-menu { border: none; }
.mobile-nav-tabs { border: none; }
Best Regards.
March 25, 2021 at 9:48 am #276218
ipcomParticipantThere is still background on the menu and categories and also on texts when they are selected. I want all to be white.
March 25, 2021 at 10:20 am #276227
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.mobile-nav-tabs li { background-color: white; }
Regards.
Xtemos StudiosMarch 25, 2021 at 11:08 am #276231
ipcomParticipantHow can i move the size guide above the swatches in single product?
March 25, 2021 at 11:52 am #276238
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following code to the functions.php file in the child theme.
remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 ); add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 );
Best Regards.
March 25, 2021 at 7:40 pm #276339
ipcomParticipantYes, but the old size guide is still in it’s previuos position. I mean now i have two size guides. How to remove the old one?
March 26, 2021 at 6:47 am #276416
Aizaz Imtiaz AwanKeymasterHello,
Please provide the URL of the product to check it myself and help you out accordingly.
Best Regards.
March 26, 2021 at 11:33 am #276508
ipcomParticipantI have provided the url in the private section.
March 26, 2021 at 12:40 pm #276542
Aizaz Imtiaz AwanKeymasterHello,
It seems that you haven’t added the code correctly.
Please make sure that you have added the code exactly the same as I provide you. Then clear cache and check back.
If the problem continues then provide with the admin panel login details of the website to check it myself and help you out accordingly.
Best Regards
March 27, 2021 at 9:45 am #276805
ipcomParticipantI have provided the details in the private section.
March 27, 2021 at 11:58 am #276838
Aizaz Imtiaz AwanKeymasterHello,
Please provide with Cpanel or FTP details of the website to check it myself and help you out accordingly.
Regards.
Xtemos StudiosMarch 27, 2021 at 2:24 pm #276844
ipcomParticipanti have already provided you with wp details, why you need ftp?
March 29, 2021 at 5:51 am #277085
Aizaz Imtiaz AwanKeymasterHello,
We want to add the code to achieve your requirement and if we have any issue then we can restore from FTP that’s why I asked.
Best Regards.
March 30, 2021 at 12:34 pm #277578
ipcomParticipantI have provided them in the private section.
March 31, 2021 at 6:49 am #277754
Artem TemosKeymasterTry to replace that PHP code with the following one
add_action( 'wp', function() { remove_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 38 ); add_action( 'woocommerce_single_product_summary', 'woodmart_sguide_display', 29 ); } , 100);
March 31, 2021 at 10:03 am #277837
ipcomParticipantGreat, that worked. Is there i way i could put white background onto the arrows for left right on the product pictures in mobile in single product?
March 31, 2021 at 12:17 pm #277885
Artem TemosKeymasterYou are welcome! Please, create a separate topic for this request and provide some screenshots so we can better understand your request.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register