sambarnes Posted July 9, 2020 Share Posted July 9, 2020 (edited) Site URL: https://www.snjc.world/ Hello everyone, I wanted to know if it was possible to create a dropdown menu when hovering over "SHOP" in my header ? I want the different categories to appear (the same one used as filters on the shop page: t-shirt, longsleeve, etc..). Might be a difficult one, wondering if anyone ever looked at it before ? You can check the website if it helps: https://www.snjc.world/ (code: okokok) Thank you in advance! Edited July 9, 2020 by sambarnes Link to comment
thiscitymaps Posted July 9, 2020 Share Posted July 9, 2020 How did you get the fixed navigation on the left side for your Shop page? Did it come with the template you're using? I really like your site. Link to comment
tuanphan Posted July 9, 2020 Share Posted July 9, 2020 You can use Folder? 45 minutes ago, thiscitymaps said: How did you get the fixed navigation on the left side for your Shop page? Did it come with the template you're using? I really like your site. I see the site used this CSS @media screen and (min-width: 720px) { .ProductList-filter { position:-webkit-sticky; position: sticky; top: 100px } } @media only screen and (min-width: 640px) { .ProductList-filter-list { position:fixed } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
sambarnes Posted July 9, 2020 Author Share Posted July 9, 2020 @tuanphan I don't know why I didn't think about it earlier but I just hid the shop and created a folder with redirecting links. Was way easier than I thought. And yes that's simply how I've fixed the filters on the side! Link to comment
thiscitymaps Posted July 9, 2020 Share Posted July 9, 2020 Hmm I am trying this code and it is not doing anything. I'd love to get side navigation for my shop categories and tags. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment