MM1 Posted April 6, 2020 Share Posted April 6, 2020 Site URL: https://lynx-guppy-pnfz.squarespace.com/ I am wondering how i can add a custom icon in front of the categories listed for my store. The website is https://lynx-guppy-pnfz.squarespace.com/ Password: tester123 Is it possible to add a different colored icon in front of each of the categories? Thank you. Link to comment
tuanphan Posted April 7, 2020 Share Posted April 7, 2020 Add to Home > Design > Custom CSS Do similar for other items (nth-child(3), nth-child(4),..) li.ProductList-filter-list-item:nth-child(2) a:before { content: ""; background-image: url(https://image.flaticon.com/icons/svg/2767/2767989.svg); background-size: contain; background-repeat: no-repeat; display: inline-block; width: 10px; height: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.