Hi. How can I remove the dropdown in category template 6 on mobile, the menu that displays the categories LATEST, FEATURED POSTS, MOST POPULAR, 7 DAYS POPULAR, BY REVIEW SCROE, RANDOM?
I would like to remove that entire block. Thank you.
My site is animalsvoice.com, but this category uses Template 6:
http://animalsvoice.com/category/advertisers/
The dropdown doesn’t appear on the desktop, but does on the mobile. I want to remove it from the mobile (and would remove it from the desktop if it appeared there, too).
Thank you.
I don’t think I’m explaining this very well.
I am referring to the drop-down menu that begins with the category item called LATEST.
The drop down menu doesn’t show up on the desktop version of my site (for some reason). But it shows up when viewed on a mobile. Please see this image:
http://animalsvoice.com/drop-down.png
I want to remove it from showing up a mobile device.
Thank you.
Hi,
Sorry for the misunderstanding. I see the pull-down filter is hidden on desktop with CSS, but on mobile there is stronger code coming from the theme that make is visible
– https://prnt.sc/pqmctx
You could simply disable it if you don’t want it on desktop and mobile
– https://prnt.sc/pqmddi
Hiding it with CSS for mobile is possible as well – https://prnt.sc/pqme30 You just have to make the initial CSS code that was used, stronger. Look for it in the theme panel Custom CSS section and add !important to it.
Please let us know if you have more questions.
Thanks
Thank you, but won’t disabling it globally affect it on my Category Template 8 pages? I only want it disabled on the two categories using Template 6. I’ll try the CSS code you linked to and see if that’ll render it disabled on Template 6. I’ll let you know and thank you!
-
This reply was modified 6 years by
dillonwalsh.
The CSS code to remove the dropdown from Template 6 worked. Thank you so much!!