Showing 1 – 1 of 1 replies
distaky

I need to set the sidebar navigation to […]

distaky PURCHASED
6 years ago
I need to set the sidebar navigation to show or not to show depending on a page content.
Can you shoot me some jqeury or javascript on document load that will accomplish this?
Thanks
Katy Starkey
BlackrockDigital
6 years ago
You could do this with a media query and CSS if the navigation showing depends on the size. If you are looking to have it show depending on a class you could use the logic something like: if body has class (class name) then show/hide navigation.