I added logo list to my Debut theme, but I want to hide it in mobile mode. How can I do this?
https://bkyytjntxh8p4f5c-60355477642.shopifypreview.com
Thanks for the help!
oh sorry for that issue can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {
#shopify-section-c0e6bd2e-20a8-473a-96ce-1af807711ba2 {display:none;}
}
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
-Go to Online Store->Theme->Edit code
-Asset->theme.css paste the below code at the bottom of the file.
@media (max-width:767px){
header a.site-header__logo-image.site-header__logo-image–centered img{display:none !important}
}
Hope my solution works perfectly for you!
Best Regards;
PageFly
Hi @scums ,
This is GemPages - A powerful Page Builder. Regarding your question, I would like to give you some recommendations to support you
Solution 1: Hide on the mobile view
-
Go to Online Store on your Shopify Admin
-
Click on Edit code on the current live theme
-
Search and open the theme.liquid file
-
Paste this code here before tag in the theme.liquid file
Solution 2: From my point of view, we should keep that logo and try to reduce the width a bit with the same steps above but replace the step 4th with this code:
Hope my recommendation can works and support for you!
Kind & Best regards!
GemPages

