How can I delete sections from my product page?

On my site https://j4vri6q8drws7s4t-54876504130.shopifypreview.com on the product page I’m trying to remove the awards section and award logos plus the customer review section toward the bottom of the page. Please help.

@Lheilers - code shows something like ztabs… is it added via code or some app? or default? it will need some code editing to make it like you want

Add these to the bottom of your pre_theme.min.css:

.zdztab {
    display: none !important;
}
.zdztabcontent {
    display: none !important;
}

.zdzproreview {
    display: none !important;
}

that helped remove the awards. but did not remove the review section. please advise

Apologies i didn’t see that part of your request, I have amended my original post :slightly_smiling_face: