floleo46 Posted April 26, 2020 Share Posted April 26, 2020 Hello, I'm on prestashop 1.7.6.4 On mobile, on category page, i'd like to replace the breadcrumb by a simple "back" link that links to the parent category. Let's say my breadcrumb is : Home - Category A - Category B - Current category I'd like the link to do : < Category B In css i already did this when max-width:767px (and the opposit when min-width:768px) #category .breadcrumb {display:none;} #category .replacebread{display:block;} Can you help me ? Link to comment Share on other sites More sharing options...
floleo46 Posted April 26, 2020 Author Share Posted April 26, 2020 Also, on a product page i thought i had the good link but it doesn't work : how to link to the main category of the product, and show the name of this same category ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now