Home › Forums › WoodMart support forum › Webiste customizations
Webiste customizations
- This topic has 5 replies, 2 voices, and was last updated 4 years, 4 months ago by Elise Noromit.
-
AuthorPosts
-
August 17, 2020 at 1:24 pm #219299
romainParticipantHey,
Thank you for the plugin. I need some customizations to finish my website properly. I found on the forum but not all.
1) I would like to put in horizontal the bottom menu.
Link : https://ibb.co/5810Nhj2) I would like to remove quantity and price next to the icon profil in header part
Link : https://ibb.co/dfwm5Sm3) As I don’t have any download product I would like to revome the download part in account “menu”
Link : https://ibb.co/9qTXFZk4) I would like to remove “ Shopping cart “ from sidebar card
Link : https://ibb.co/tXTwRmP5) I would like to remove the grey part at the checkout page and leave it “blank” or white. On right part of the checkout
Link : https://ibb.co/LZ755Qp6) I would like to remove Login / register from mobile menu sidebar
I also put all pictures attached
Thank you very much for your help.
Sincerely,
RomainAttachments:
You must be logged in to view attached files.August 17, 2020 at 3:00 pm #219321
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
1. Please find the instruction on how to add menu here: https://xtemos.com/docs/woodmart/adding-menu-site/
2. Enter the Header builder > Cart element and configure view without price and quantity: https://prnt.sc/u11m5w
3. You need to clean the field in the Woocommerce > Settings > Advanced https://prnt.sc/u11nxov
4. Please add this code to the Theme Settings > Custom CSS > Global:
.widget-heading .widget-title { display: none; }
5. Please add this code to the Theme Settings > Custom CSS > Global:
body .checkout-order-review, body .woocommerce-order-pay .entry-content>.woocommerce { background-color: #ffffff; border:none; } body .checkout-order-review:after, body .checkout-order-review:before{ background-image:none; border:none; }
6. Please add this code to the Theme Settings > Custom CSS > Global:
body .site-mobile-menu .my-account-with-text { display:none; }
Best Regards
August 18, 2020 at 9:42 am #219472
romainParticipantHello,
Thank you for this fast reponse.
1) I already have the menu but I want to make it hotizontal like :
AUTHENTICITY CONSIGNMENT CGV LEGAL
not
AUTHENTICITY
CONSIGNMENT
CGV
LEGAL2) Yes I know how to change this but with the icon only there is a circle on top right. I just want the icon without any informations on the quantity in cart
3) Done
4) Done
5) Done
6) Done7) I forgeit it. I would like to disable the shadow on the menu on top and bottom
Link: https://ibb.co/NWPgTKPThank you very much 🙂
Sincerely,
RomainAttachments:
You must be logged in to view attached files.August 18, 2020 at 1:48 pm #219556
Elise NoromitMemberHello,
You need to create a mega menu block and assign it to a menu item as described in details here: https://xtemos.com/docs/woodmart/create-menu-2/
#7 Please provide page URL.
Best Regards
August 18, 2020 at 2:19 pm #219571
romainParticipantHey
Link attached
August 18, 2020 at 7:50 pm #219606
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.item-event-hover:hover > .sub-menu-dropdown{ box-shadow:none; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register