Tagged: product list, woocommerce
Hi!
Within the product list view beyond the products are two links:
1) Cart-symbol with “weiterlesen/read more”-text
2) Show-Details link
I’d like to deactivate No. 1 = Cart-symbol with “weiterlesen”-Text
Is there an easy solution?
Greetings, Stefan
Hi Stefan!
Please add following code to Quick CSS
a.button.product_type_simple,span.button-mini-delimiter {
display: none!important;
}
#top .avia_cart_buttons .button {
width: 100%;
}
Regards,
Yigit
YES we can! :-)
One more thing: can we also change textsize & alignment like in my other threat?
https://kriesi.at/support/topic/woocommerce-product-category-list-view-increase-title-text-size/
Hi!
YES we can! :)
Please add following code to Quick CSS as well and adjust as needed
#top .avia_cart_buttons .button {
font-size: 17px;
font-weight: bold;
}
Best regards,
Yigit
Ok, this was for the Button.
I meant the product Title above the button…
Hi!
In that case please use following one
.products .product h3 {
text-align: center;
font-size: 20px;
font-weight: bold;
}
Cheers!
Yigit