I have installed a Trustpilot widget on my homepage, but as you can see from the video, the widget does not disappear when scrolling up through the header and also on the sidebar menu.
Please, could someone help me to resolve this issue?
URL: ellibellejewellery.com
Thank you!
Hi @Ellibelle , you can solve the issue by following this instruction
Go to your store admin > Sale channels > Online store > Themes > Edit code > Assets > find theme.css or theme.css.liquid file, add this code at the bottom and save file
.shopify-section--header { z-index: 1001 !important; }
Unfortunately, this does not work because the header blocks off the sidebar menu.