Hello everyone, I'd like to know how can I remove a hook (the images next to the slider) on mobile devices only, because they end up being quite small and unreadable on small screens.
So far I tried adding
Quote@media (max-width: 479px) {
#htmlcontent_top ul li {display: none !important;}}
at the bottom of 'hooks.css'.
The images did dissapear when I reduced the size of the window on my laptop, but when I opened the website on my phone the images were still there. Also, I tried a different browser (Edge) on my laptop, resized it as before and got the same result as in my phone, the images were still there.
I have little to no knowledge on coding so please be patient.
The website is https://tenkosports.com.ar/
I'm using version 1.6.1.24 and bootstrap default theme.
Thanks a lot in advance.