Hello.
I wanted to add two buttons with links in html. All works good but on smartphones, some weird strips pop up on the sides. See pic below. How can I remove them? Thanks in advance.
In your Shopify Admin go to: online store > themes > actions > edit code
Find Asset > theme.scss.liquid and paste this at the bottom of the file.
.stripe{
display:none!important;
}
Thanks!
@asd123
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
Please just tell me what in css should I change. The theme is brooklyn.
.stripe{
display:none!important;
}
@asd123
Add this or provide me your Store url without url i can’t find the pertiular class.