This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Rose Tyler
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
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
Hi there,
Thanks for the fast answer.
4. https://dev.moodzdesign.nl/product/geboorteposter-a/
Regards
Hello,
4.
.single-product .product-information select {
font-size: 14px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up