Hi, how can I remove the category and tag info from the product page?
Hey DROR,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single-product-summary .product_meta {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello,
I would like to remove the meta data (Tags, category and SKU) that is inserted automatically with the Product Purchase Button.
I tried the code above, but it’s not working.
Also I would like to modify the following elements on the product page, since they have different font sizes and are not aligned:
Size
Product variations (15 ml, 100 ml)
Price
Quantity
Add to cart button
Thank you,
Julia
Hi Julia,
Thanks for contacting us!
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top.single-product .product_meta {
display: none;
}
2- Please use following code
#top .variations_form,
.single-product .cart th {
padding-left: 0;
}
#top.single-product .variations select {
padding-top: 15px;
}
.single-product .single_variation_wrap {
margin-left: 0;
}
Regards,
Yigit