My website is supposed to be most used on mobile though all the help provided for this issue only changes the desktop site, not the mobile version. The image border also won’t go away on mobile but it will on desktop as well as the search icon.
Any help regarding this issue would be greatly appreciated! 
Site: https://isawheaven.xyz/
1 Like
Hi @isawheaven
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media only screen and (max-width: 1990px){
details-modal.header__search {
display: none !important;
}
.global-media-settings {
border: none !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you, I’ve copied the code and pasted at the bottom of base.css yet the changes are shown on my browser, but not on my mobile device.
Thank you.
1 Like
Hi @isawheaven
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly