Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1087114

    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

    #1087313

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.