msdema Posted January 3, 2021 Posted January 3, 2021 Site URL: http://www.mimiceramics.com I'm trying to customize my header links with different icons. I was able to change the shopping cart icon to my own, but I can't seem to figure out the customer login icon. This is the default: I'd like to change it to the one I've already loaded to the Squarespace site: uploaded image Any help would be great, thank you!
tuanphan Posted January 6, 2021 Posted January 6, 2021 Add to Home > Design > Custom CSS .user-accounts-icon { background-image: url(https://cdn.pixabay.com/photo/2020/12/19/03/27/person-5843476__340.jpg); background-size: contain; background-repeat: no-repeat; } .user-accounts-icon * { visibility: hidden; } 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!)
msdema Posted March 8, 2021 Author Posted March 8, 2021 wow im so sorry i saw this so late but THANK YOU! it finally worked!!
tuanphan Posted March 8, 2021 Posted March 8, 2021 17 minutes ago, msdema said: wow im so sorry i saw this so late but THANK YOU! it finally worked!! Your site has white bar on right of screen. Do you want to fix this? 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!)
msdema Posted March 9, 2021 Author Posted March 9, 2021 yes please. i've been struggling with some coding making things looks weird. i also have one other request. the header every page looks how i want, except on product details pages. how can i make them match?
tuanphan Posted March 20, 2021 Posted March 20, 2021 On 3/9/2021 at 7:17 AM, msdema said: yes please. i've been struggling with some coding making things looks weird. i also have one other request. the header every page looks how i want, except on product details pages. how can i make them match? Hi. Sorry for the delay. With white bar, add this to Design > Custom CSS html, body { overflow-x: hidden; } With product page, can you explain clearly? 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!)
msdema Posted March 20, 2021 Author Posted March 20, 2021 16 hours ago, tuanphan said: Hi. Sorry for the delay. With white bar, add this to Design > Custom CSS html, body { overflow-x: hidden; } With product page, can you explain clearly? thank you so much! and as for the product page i actually figured it out 🙂 thank you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.