Home Forums WoodMart support forum Remove the icons

Remove the icons

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #605887

    manager.omw
    Participant

    I want to remove the :
    1- add to card button section
    2 – compare icon
    3 – Wishlist icon
    4- additional information tab
    5 – Review tab
    change background color of all buttons

    #606037

    Hello,

    01. Navigate to Theme Settings > Shop > turn on the Enable catalog mode option https://take.ms/k5Ls1

    02, 03 Navigate to Theme Settings > Shop > Wishlist and compare and disable the option.

    04. Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    li#tab-title-additional_information {
        display: none;
    }

    05. Navigate to Woocommerce > Settings > Product and disable Reviews.

    Best Regards

    #606088

    manager.omw
    Participant

    Please I want to set slides on full with and category menu slide down on hover

    #606089

    manager.omw
    Participant

    Please I want to set slides on full with but appear like this : https://ibb.co/6W342fx
    1 – Full with slides
    2- Categories menu slide down on hover

    #606135

    Hello,

    You have missed the admin login URL. Can you please share the WP admin login URL in the private area so I will check and give you a possible solution?

    Best Regards

    #606292

    manager.omw
    Participant

    1 -I want to keep the colors variation but hide the add to card section
    2 – I want to add TikTok icon at the Top bar and where I can change URL link for social icons
    3 – change single products text style
    4 -I have created Html block Footer but it doesn’t display in full with https://ibb.co/cr56sjj

    Thank you

    #606293

    manager.omw
    Participant

    5 -I want to change shop page title text

    #606358

    Hello,

    01. The below code will help you to hide the “Add to cart” button on the archive page. Enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .product-grid-item .wd-add-btn {
        display: none;
    }

    The below will help you to hide the “Add to cart button on a single product page.

    .single_add_to_cart_button {
        display: none !important;
    }

    02. Navigate to Theme Settings > Social Profiles > Links to Social Profiles > add your own profile links.

    03. You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    04. Edit the HTML Block with page builder > Edit Container > Set the Content Width Full Width and in the Xtemos layout choose the Stretch Container https://ibb.co/s1DYvJ4

    05. Navigate to Pages > Edit page and change the page title of the shop page.

    Best Regards

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