Shopify themes, liquid, logos, and UX
Hello and thank you for the people who can help!
I would like to remove this SS:feature section from mobile (only make it seen on desktop)
Photo attached
website url: https://zakistar-flipflops.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hello @Zakistar
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
.section-template--24468251115859__ss_feature_1_7BtbWd-settings {
display: none !important;
}
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @Zakistar
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width:767px){
.section-template--24468251115859__ss_feature_1_7BtbWd-settings {
display: none !important;
}
}
</style>
RESULT:
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Thank you!
Hello @Zakistar,
Here are the steps to apply the necessary changes in your Shopify store:
@media screen and (min-width: 750px) {
.section-template--24468251115859__ss_feature_1_7BtbWd-settings {
display: none !important;
}
}
Let me know if you need further assistance!
Hello @Zakistar
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.
.section-template--24468251115859__ss_feature_1_7BtbWd-settings {
display: none !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025