Hi, all the buttons or effect doesn’t work. And there is a strange horizontal line on the mobile version of the website. How could we fix this? Many thanks.
Hi @Veronica19 Can you provide more information? what is your store url? I will help you check
Hi Brian, our store url is www.bloomsixteen.co. Many thanks.
Hi @Veronica19 Are you using any apps? I see this application is having an overlay covering the entire web page making the buttons inactive.
If you don’t use the app anymore, remove it. Or you can apply this css code:
- Go to your shopify admin.
- Left side bar click on the online store.
- You will see the list of theme. On live theme click on “action”. and click on “edit code”.
- Now you will see the list of file. find the file “theme.scss.liquid” open this file and add below code very bottom the file.
#st-cmp-v2 {
display: none !important;
}
Yes, we are using apps. For those apps we did not use, I will remove them. However, I can’t find the “theme.scss.liquid” file at the backend. There is a “theme.liquid”, should I add the above code at the very bottom of the file? Thanks.
Hi @Veronica19 Sorry, You can add in assets/base.css
You are right! Thank you so much. I added the code inside “base.css”. The website works now.
