prmt Posted July 11, 2023 Posted July 11, 2023 Hello All, My client wants the shop link in the navigation to be an image instead of the word "SHOP" Does anyone have a good solution for this? See attached images for reference. Any help would be much appreciated! Thanks MM
tuanphan Posted July 14, 2023 Posted July 14, 2023 Hi, We can use CSS code to replace text with image. If you share site url, we can help easier 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!)
prmt Posted July 25, 2023 Author Posted July 25, 2023 url: https://crow-chinchilla-h6jc.squarespace.com/ pw: ByRigatoniRatchet
tuanphan Posted July 26, 2023 Posted July 26, 2023 12 hours ago, prmt said: url: https://crow-chinchilla-h6jc.squarespace.com/ pw: ByRigatoniRatchet Add to Design > Custom CSS /* Shop nav to image */ nav.header-nav-list>div:first-child>a { background-image: url(https://cdn.pixabay.com/photo/2023/05/24/06/53/bird-8014191_1280.jpg) !important; background-size: cover; background-repeat: no-repeat; background-position: center center; color: transparent !important; } 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!)
tuanphan Posted October 3 Posted October 3 Follow this guide to replace all navigation items with custom icons 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment