I added logo list to my Dawn theme, but I want to hide it in mobile mode. How can I do this?
(Also as a plus if you know how to make the image banner clickable please let me know!)
I added logo list to my Dawn theme, but I want to hide it in mobile mode. How can I do this?
(Also as a plus if you know how to make the image banner clickable please let me know!)
@akimhc ,
@media (max-width: 749px){
.shopify-section > style + header + [style]{
display: none;
}
}
You can use this guide to make the banner clickable.
Kind regards,
Diego
Hi @akimhc ,
You can follow the instruction below:
@media (max-width: 551px){
.shopify-section > style + header + [style]{
display: none;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.