• Resolved Shane

    (@shanes927)


    Hi,

    For some reason there are 2 Add to Basket buttons and 2 prices. Any idea how to remove them

    (I want to remove the small price and the Large purple button as per the image)

    TIA

    https://ibb.co/e8wBy0

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @shanes927,

    We can remove small price and large purple button with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-

    li.product span.price {
    display: none !important;
    }
    .stats .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
     display: block !important;
    }
    .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
     display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter Shane

    (@shanes927)

    Thank you so much, Manoj!

    Solved it completely!

    Thanks,

    Shane

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Extra Add to Basket Button’ is closed to new replies.