Removing 'full details' in featured product section

Hi,

I’m trying to remove the ‘full details’ (=Alle Einzelheiten) button in the featured product section.

Unfortunately, I didn’t find any solution yet. Thus, can anyone help me fix this issue?

The URL address is: https://www.olenia.de

hello @olivia19

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#shopify-section-1628669243136f42eb .featured-product__share-wrapper{
        display: none;
    }
1 Like

Thank you so much! It works :slightly_smiling_face: