How to edit product page template?

How to edit product page template?

I would like to:
  • Remove/Hide the photo
  • Add sections like "Application"
  • Add benefits lists
  • Add download links

Comments

  • Hi,

    photo can be removed with the following css:
    .woocommerce .product .product_wrapper .product_image_wrapper { display: none !important; }
    But except removing photo, we suggest to increase the size of the column text on the right with the following css:
    .woocommerce .product div.entry-summary { width: 95% !important; }
    In reference to the rest of your questions, this requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer.

    Thanks!
Sign In or Register to comment.