Few questions - by giuggi - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: giuggi
    giuggi
    Participant
    December 9, 2020 at 16:59

    Hi, I have some questions I’d like you to help me with.
    -How can I move the “clean” button to the left of “colors” option? https://prnt.sc/vz4g8y
    -I’d like the prices not to be displayed on “featured products” and “related products”, how can I do it. https://prnt.sc/vz4gmj
    -How can I increase the size of the margins on the sides on the single product page?
    https://prnt.sc/vz4hhg
    -Lastly, how can I make the category squares smaller? I’d like them all to fit on the screen. https://prnt.sc/vz4i90
    Thanks un advance!

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 10, 2020 at 09:02

    Hello,

    1)

    .single-product a.reset_variations {
        margin-left: 0px;
    }

    2) Provide URl of page with the featured products.

    .related-products .price {
        display: none;
    }

    3) Try to use the next code:

    .single-product .content-page {
        padding: 75px 200px;
    }

    4) Theme Options > WooCommerce (Shop) > Product catalog > https://prnt.sc/vzk5c0 or

    .post-type-archive-product .products-grid {
        max-width: 900px;
        margin: auto;
    }

    Regards

    Avatar: giuggi
    giuggi
    Participant
    December 10, 2020 at 15:02

    hello, thank you so much for the help.
    Just one thing, on the first point I wanted to move the clean button to the left of the color boxes. https://prnt.sc/vzt0pm

    Also, I don’t have a url for the featured products because I just click on the star button on the product list in wordpress, and they appear automatically as featured products.

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 10, 2020 at 18:09

    Hello,

    Add the below code to move the Clear button next to colors

    .single-product form.cart table.variations {
        margin-bottom: 10px;
    }
    .variations .select_box:after {
        clear: none;
    }

    2/ So, where on your site do you display the featured products to hide the price?

    Regards

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    December 10, 2020 at 18:09

    Hello,

    Add the below code to move the Clear button next to colors

    .single-product form.cart table.variations {
        margin-bottom: 10px;
    }
    .variations .select_box:after {
        clear: none;
    }

    2/ So, where on your site do you display the featured products to hide the price?

    Regards

    Avatar: giuggi
    giuggi
    Participant
    December 11, 2020 at 13:31

    hello,
    the featured product are displayed on the home page.
    One more question about the page of category products. Can I remove the name and quantity of products on the category boxes? I want only pictures to be displayed.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 11, 2020 at 14:35

    Hello,

    .featured .price {
        display: none;
    }
    .category-grid .categories-mask {
        display: none;
    }

    Regards

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘few questions’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.