On my site https://halomattresses.com i would like to remove the blue space under the hero image on mobile. Please advise on how to remove it with code.
Hi @Lheilers ,
Please follow the instructions below
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
@media only screen and (max-width: 750px) {
.slideshow__text-wrapper.banner__content {
display: none;
}
}
on the site how do i make the header image clickable to go to https://www.halomattresses.com/collections/mattresses
