Okay
  Public Ticket #1956990
Add to cart button
Closed

Comments

  • dmmediaks started the conversation

    Hi there,

    i want a normal add to cart button under the price - instead of the "+" .


    can u help me please?

  • [deleted] replied

    Hi dmmediaks,

    You have that option in the Theme Options

    medium
    (view on a new page)

    Have a great day!

  • dmmediaks replied

    Okay thank u.

    But i have to change the position because of long article titles.

  • [deleted] replied

    Hi dmmediaks,

    Please add the code below to your Custom CSS area:

    .woocommerce .products .product .item-info a[data-product_id].is-textual {
    position: relative;
    top: 8px;
    right: 0;
    }

    Thanks!