Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #412037

    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

    #412134

    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

    #412138

    YES we can! :-)

    #412140

    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/

    #412144

    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

    #412151

    Ok, this was for the Button.
    I meant the product Title above the button…

    #412161

    Hi!

    In that case please use following one

    .products .product h3 {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
    }

    Cheers!
    Yigit

    #412171

    ;-)

    #412173

    Hi!

    Shal we go ahead mark this thread as resolved? :)

    Best regards,
    Yigit

    #412181
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Woocommerce Product List deactivate "Cart-Link"’ is closed to new replies.