Jump to content

Remove htmlcontent-top hook from mobile devices


7150

Recommended Posts

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.

 

 

 

Edited by 7150
Adding version detail. (see edit history)
Link to comment
Share on other sites

2 hours ago, 7150 said:

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

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.

I don´t see the images nor the slider on the mobile phone, maybe you just need to clear the browser´s cache!

Best Regards

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...