Hi. Anyone able to advise how I can remove the horizontal line from the top of the text-sections of our custom theme? Can’t seem to find it anywhere in the code.
Would need to achieve this without disturbing the text animation.
Many thanks
Chris
Hi. Anyone able to advise how I can remove the horizontal line from the top of the text-sections of our custom theme? Can’t seem to find it anywhere in the code.
Would need to achieve this without disturbing the text animation.
Many thanks
Chris
Hello @chrisco
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->_text.scss>Add this code at the bottom.
.shopify-section-text .text-wrapper .text-header {
border-bottom: none;
}
Hey @chrisco
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello There,
.shopify-section-text .text-wrapper .text-header {
border-bottom: none;
}
Thank you so much!!