Replies: 0
I’m trying to hide the home slider on mobile (where it says ‘Embrace Your Calling’)
On this site: https://wildfirewomen.co.uk/
I used the code:
@media only screen and (max-width:767px){
.ht-home-slider-section{
display: none !important;
}
}
But haven’t had any luck.
Suggestions for a fix? Thanks very much for any advice!