A few questions - by Milou Soeters - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler

  • Avatar: Milou Soeters
    Milou Soeters
    Participant
    August 19, 2018 at 20:07

    Hi there,

    I have a few questions.

    1. There is a new category on my webshop which I’d like to remove http://prntscr.com/kkhzrg
    It wasn’t there before only I can’t remove it over here: http://prntscr.com/kki10z
    2. Where can I change this font size? http://prntscr.com/kki1tj
    3. Where can I change this font size? http://prntscr.com/kki2en
    4. Where can I change this font size? http://prntscr.com/kki2pe
    5. I want to line out this textlines. http://prntscr.com/kki7pp
    I’d like to minimalize the lineheight so the boxes are closer to each other. Also I want the text is starting at the same time.

    Thanks in advance!

    Regards, Milou

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 20, 2018 at 07:32

    Hello,

    1. Widget that is used there is the default WooCommerce widget and there are no options to hide some categories in widget settings. You can try the following code, where cat-item-109 – autogenerated class depending on category id:

    .widget_product_categories li.cat-item.cat-item-109 {
        display: none;
    }

    2.

    .archive .product-details .product-title a {
        font-size: 28px;
    }

    3.

    .single-product .product-information .product_title {
        font-size: 20px;
    }

    4. Please provide me link to the variable product.
    5.

    .woocommerce-terms-and-conditions-wrapper .validate-required, .mc4wp-checkbox.mc4wp-checkbox-woocommerce, .mc4wp-checkbox.mc4wp-checkbox-woocommerce label  {
        margin-bottom: 0px;
    }
    .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
        margin: 0px;
    }
    .checkout #wpgdprc_field label.checkbox {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .mc4wp-checkbox span {
        padding-left: 15px !important;
    }
    span.woocommerce-terms-and-conditions-checkbox-text {
        padding-left: 30px !important;
    }

    Regards

    Avatar: Milou Soeters
    Milou Soeters
    Participant
    August 21, 2018 at 07:54

    Hi there,

    Thanks for the fast answer.

    4. https://dev.moodzdesign.nl/product/geboorteposter-a/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 21, 2018 at 08:21

    Hello,

    4.

    .single-product .product-information select {
        font-size: 14px;
    }
    

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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