Ecold Posted January 4, 2022 Share Posted January 4, 2022 Site URL: https://www.cobbledstreetshop.co.uk URL: www.cobbledstreetshop.co.uk Hello, how to change the automatic "All" to "View All" on product category please? Thank you! Link to comment
jpeter Posted January 4, 2022 Share Posted January 4, 2022 You could add the following CSS below. CSS /* Hide default "All" text */ a.category-link.root.active { visibility: hidden; position: relative; } /* Display custom text */ a.category-link.root.active:after { content: 'View All'; visibility: visible; position: absolute; left: 0; } Example: Link to comment
Ecold Posted January 10, 2022 Author Share Posted January 10, 2022 On 1/4/2022 at 7:35 AM, jpeter said: You could add the following CSS below. CSS /* Hide default "All" text */ a.category-link.root.active { visibility: hidden; position: relative; } /* Display custom text */ a.category-link.root.active:after { content: 'View All'; visibility: visible; position: absolute; left: 0; } Example: Thank you, I've tested it out but it hasn't worked. Do you think it's because I have a filter plugin now? 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