lylynguyen Posted April 3 Posted April 3 Site pw: F3rgie2024! Hello, I've managed to change the Link Icon to a custom icon (png file uploaded in CSS) using the below: .icon--fill:nth-of-type(3) { color:rgba(0,0,0,0); background-image: url(https://static1.squarespace.com/static/65e93cc00c653a11c1976980/t/65fd036d69dcf652f1724074/1711080301766/icon-line.png); background-size: 100%; background-repeat: no-repeat; } It's the third icon on the header menu. However, I cannot mange to change it in the Mobile menu. Can you please help with CSS for this? Thank you in advance!
tuanphan Posted April 5 Posted April 5 What is site url? 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!)
lylynguyen Posted April 5 Author Posted April 5 Sorry, I thought the site was disclosed in one of the ticket's fields. https://porcupine-toucan-8j23.squarespace.com/ Site pw: F3rgie2024!
Solution tuanphan Posted April 7 Solution Posted April 7 On 4/5/2024 at 9:56 PM, lylynguyen said: Sorry, I thought the site was disclosed in one of the ticket's fields. https://porcupine-toucan-8j23.squarespace.com/ Site pw: F3rgie2024! Use this code for both desktop + mobile header#header [href*="lin.ee"] { color: rgba(0,0,0,0); background-image: url(https://static1.squarespace.com/static/65e93cc00c653a11c1976980/t/65fd036d69dcf652f1724074/1711080301766/icon-line.png); background-size: 100%; background-repeat: no-repeat } 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