Home Forums WoodMart support forum Hide elements from website

Hide elements from website

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

    romain
    Participant

    Hey,

    I have many elements I want to remove/hide which are not avaible on theme options:
    – hide the sort by on shop page
    – hide selected option under product on shop page / category pages
    – hide clear on variation swatches when selected
    – hide the underline under product recommendations and center it

    Thank you in advance for your help. All screenshot are bellow in private.
    Sincerely,
    Romain

    #344102

    Hello,

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

    .woocommerce-ordering {
        display: none;
    }

    2) Please disable the maintenance mode to check it myself and help you out accordingly.

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

    .variations_form.variation-swatch-selected .reset_variations {
        display: none !important;
    }

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

    .related-and-upsells .slider-title:before {
    display: none;
    }

    Best Regards

    #344114

    romain
    Participant

    Hello,

    Thank you for this super fast response.
    Everythings is working perfectly. Concerning the number 4 is it possible to center it ?
    Website is not the same as we are using a new one for the maintenance.
    I created an account for you in private content.

    Sincerely,
    Romain

    #344117

    Hello,

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

    a.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
        display: none;
    }

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

    .related-and-upsells .slider-title {
        text-align: center;
    }

    Best Regards

    #344139

    romain
    Participant

    Thank you for your help. Everything is working perfectly.

    Have a great day.
    Wish you the best for 2022.

    #344265

    Hello,

    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 6 posts - 1 through 6 (of 6 total)

The topic ‘Hide elements from website’ is closed to new replies.