Hey Guys!
i would love to make the “Mehr Dazu” button under every product stretched over the whole product. Now it seems divided trhough a separator, i would like to get rid of this.
also, it would be nice to have the names of the products in a bold font.
thanks your your awesome support!
best, m
Hey mirotck,
Add this to quick css:
.button.show_details_button{
width:100%!important;
}
.avia_cart_buttons .button-mini-delimiter{
display:none!important;
}
.woocommerce-loop-product__title{
font-weight:bold!important;
}
Best regards,
Jordan Shannon