Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #750777

    Hello –
    Using latest versions of WordPress, Enfold and WooCommerce. One item in cart has extra link box “show details” along with “add to cart”. I don’t want “show details”. How can I remove?
    Thanks,

    #752733

    Hey jancecile!

    Try to add this css code in Quick CSS (located in Enfold > General Styling):

    #top .avia_cart_buttons .button {
        width: 100%;
    }
    
    #top .avia_cart_buttons .button-mini-delimiter, 
    #top .avia_cart_buttons .show_details_button {
        display: none !important;
    }

    Hope this helps.

    Regards,
    Nikko

    #753808

    Worked perfectly — thank you!

    #754152

    Hey!

    Glad we could help :)

    Regards,
    Nikko

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