Home Forums WoodMart support forum Webiste customizations

Webiste customizations

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #219299

    romain
    Participant

    Hey,

    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/5810Nhj

    2) I would like to remove quantity and price next to the icon profil in header part
    Link : https://ibb.co/dfwm5Sm

    3) As I don’t have any download product I would like to revome the download part in account “menu”
    Link : https://ibb.co/9qTXFZk

    4) I would like to remove “ Shopping cart “ from sidebar card
    Link : https://ibb.co/tXTwRmP

    5) 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/LZ755Qp

    6) 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,
    Romain

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

    Hello,

    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

    #219472

    romain
    Participant

    Hello,

    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
    LEGAL

    2) 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) Done

    7) I forgeit it. I would like to disable the shadow on the menu on top and bottom
    Link: https://ibb.co/NWPgTKP

    Thank you very much 🙂
    Sincerely,
    Romain

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

    Hello,

    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

    #219571

    romain
    Participant

    Hey

    Link attached

    #219606

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .item-event-hover:hover > .sub-menu-dropdown{
    box-shadow:none;
    }

    Best Regards

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