Home Forums Basel support forum single product page

single product page

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

    sushmaraman
    Participant

    i need to remove content from single product page. and need to display product image in center of the page…

    Attachments:
    You must be logged in to view attached files.
    #11365

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this.

    .product-image-summary .product-images {
    	margin:0 auto;
    }
    .product-image-summary .entry-summary {
    	display:none;
    }

    Regards

    #11398

    sushmaraman
    Participant

    thank you….

    #11403

    Artem Temos
    Keymaster

    You are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘single product page’ is closed to new replies.