Home Forums WoodMart support forum Edit mobile version

Edit mobile version

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #391737

    [email protected]
    Participant

    hey how to edit my mobile version in woodmart theme, like the menus, pages, icons, and other stuff?

    #391744

    [email protected]
    Participant

    please fined the pics below

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

    Hello,

    1. Please read and follow the instructions here to set the mobile header:
    https://xtemos.com/docs-topic/header-responsive-settings/

    2. Please go to Theme Settings >> General >> Mobile Bottom Navbar >> Choose which buttons will be used for the sticky navbar. https://ibb.co/68JxDqW

    Best Regards.

    #401948

    [email protected]
    Participant

    Hey, How to remove the (add-to card) Icon from my products, for more clarifying please find the attached files.

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

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

    #402038

    [email protected]
    Participant

    Thanks for replying, here is the URL:
    https://www.bltelectrical.com/product

    #402072

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-add-btn.wd-add-btn-replace {
        display: none;
    }

    Best Regards

    #402098

    [email protected]
    Participant

    1. I want the button but I don’t want the icon in the hover (the Shopping Icon)
    2. what about the Icon in the related products section? ( Please find the attached file).

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

    Hello,

    1. Please replace the previous Custom CSS with the following then check back.

    .product-grid-item .wd-add-btn>a:focus span:not(.wd-tooltip-label), .product-grid-item .wd-add-btn>a:hover span:not(.woodmart-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:focus span:not(.wd-tooltip-label), .wd-hover-base:not(.product-in-carousel):not(.hover-width-small):not(.add-small-button) .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:focus span:not(.wd-tooltip-label), .wd-hover-button .hover-mask>a:hover span:not(.wd-tooltip-label), .wd-hover-info-alt .product-actions>a:focus span:not(.woodmart-tooltip-label), .wd-hover-info-alt .product-actions>a:hover span:not(.wd-tooltip-label), .woodmart-hover-quick .wd-add-btn>a:focus span:not(.woodmart-tooltip-label), .wd-hover-quick .wd-add-btn>a:hover span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:focus span:not(.wd-tooltip-label), .wd-hover-standard .btn-add>a:hover span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:focus span:not(.wd-tooltip-label), .wd-price-table .wd-plan-footer .add-to-cart-loop:hover span:not(.wd-tooltip-label) {
        
    	transform: none!important;
    }
    
    .wd-add-btn-replace .add-to-cart-loop:before {
        content: none;
    }

    2. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-action-btn.wd-style-icon .button:before {
        content: none !important;
    }

    Best Regards

    #402464

    [email protected]
    Participant

    it worked, thank u so much <3

    #402479

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Edit mobile version’ is closed to new replies.