On each product page, I have a button for “register” and one at the bottom for “Add to Cart”. The register button just results in scrolling down to the add to cart button. How do I remove the registration button?
Also, below the “add to cart” button, is there a way to remove the “category: categorized” information?
Finally, is there a way to change the font size for the product title only? I would like to make it larger.
Page link provided below.
Hey dorikoren,
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 .product_meta {
display: none;
}
.single-product div.product .product_title {
font-size: 28px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Great, thank you
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon