How can I remove options from my gift card page?

hi, i want to delete a few of the options on my gift card page
https://lesbrons.com/products/les-brons-gift-card
password: sandwich

I want to get rid of:

Details & Philanthropy
Shipping & Returns
Assistance

Hi,

Please add the following code in Asset/Custom.css at the bottom.

.rte-tab ul.tabbed li label {
display: none;
}

Hope this helps

hi, thanks for your help, it does work but it also gets rid of it on all of the other product pages. do you know if theres a way to just remove those options on that one page?

Hi @lesbrons ,

Please add the below CSS to hide the tab section from only gift card product.

#product-6790101663936 .rte-tab {
    display: none;
}

Let me know if you need any other help.