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

    Hi

    My Product Button used to show just the price and the button.
    After the update, every product now shows “Category: Uncategorized” under the button. How can I remove that?

    #1347011

    Hey goch,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .single-product .av-woo-purchase-button > .product_meta {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1347015

    Hey Mike, thanks a lot for the quick reply.
    that works perfectly, thanks.

    #1347016

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘UI issue after update from 4.9 to 4.9.2.1: Product Button now shows category!’ is closed to new replies.