Hide category meta in Avada product page

To add a margin of 5 pixels to all buttons used in your Avada WordPress Theme:

  1. Log into WordPress.
  2. Click on ‘Avada’.
  3. Click on ‘Theme Options’.
  4. Click on the ‘Custom CSS’ tab.
  5. In the text field enter the CSS

.single-product div.product .product_meta {
display: none;
}

Click the ‘Save All Changes’ button.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.