Shopify themes, liquid, logos, and UX
I am trying to optimize the mobile view on my page. Specifically the home page.
I would love the "map page" to hide the text and just have the map on the mobile version. It's just too much text!
Any suggestions to make any other pages look more professional?
Hello @bigfunbeverages
I would like to give you the recommendation to support you so kindly follow steps below:
1. Go to your Online store > Themes > Edit code
2. Open your theme.liquid file
3. Paste the below code before </body>
<style>
{% if template contains 'index' or page.url == '/pages/where-to-buy' %}
@media(max-width:767px){
.rte table{
display:none !important;
}
{% endif %}
</style>
I hope the above is useful to you.
Best regards,
GemPages Support Team
User | RANK |
---|---|
143 | |
109 | |
79 | |
62 | |
59 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023