Hi, I’m working on this website which someone worked on in the past and for some reason I cannot delete the accordion text (Shipping & returns). This should have been a very easy task ![]()
Can anyone help ?
Just want to change it
Hi, I’m working on this website which someone worked on in the past and for some reason I cannot delete the accordion text (Shipping & returns). This should have been a very easy task ![]()
Can anyone help ?
Just want to change it
Hey @Daniel19901
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
**Hi @Daniel19901 **
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag
.product__accordion.accordion {
display: none;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solutions.
HI @Daniel19901
Try this one.
.product__accordion.accordion {
display: none !important;
}