Hi @amnaaaaa
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code just above tag
NOTE: Please replace the image URL with your correct Image URL.
{% if commection.handle == 'mothers-day' %}
<style>
section#shopify-section-template--16136159035585__1659520686e5df6ed9 {
background-image: url(//thoughtbox.pk/cdn/shop/files/065B6E08-4E4A-4139-9C66-F1504933A6D9.jpg);
width: 100%;
height: 290px;
background-position: center;
background-repeat: no-repeat;
background-size:cover;
}
@media only screen and (max-width: 600px) {
section#shopify-section-template--16136159035585__1659520686e5df6ed9 {
height: 200px;
}
}
section#shopify-section-template--16136159035585__1659520686e5df6ed9 .isolate {
display: none;
}
section#shopify-section-template--16136159035585__rich_text_B7D84k {
display: none;
}
</style>
{% endif %}
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka