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

    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.

    #1065127

    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

    #1065371

    Great, thank you

    #1065569

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Add to Card Section from Product Pages’ is closed to new replies.