amandaleigh Posted May 18, 2020 Share Posted May 18, 2020 Site URL: https://www.amandaleighstylist.com Hi, I added the 'social links' to my 'contact' page and it automatically added the links in the footer on every page and there doesn't seem to be a way to remove them. I ha assistance with the squarespace customer service team who recommended that I can just change the coloring on them so they don't appear. However, if your cursor scrolls onto the footer links they do so and I was hoping there is a code that I can use that will completely remove them from the footer on all of my pages and just have the social links on my contact page how I currently have them in black. Thank you. Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 Add to Home > Design > Custom CSS footer.article-meta { display: none; } 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
amandaleigh Posted May 19, 2020 Author Share Posted May 19, 2020 I added this exactly how it is and its still showing the social links in footer Link to comment
tuanphan Posted May 19, 2020 Share Posted May 19, 2020 With social use this code #footer div#sqs-social { display: none; } 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
amandaleigh Posted May 19, 2020 Author Share Posted May 19, 2020 that works thank you!! I have another issue I think you may be able to help with. On my 'freelance' page there are hidden dates which i just changed the color of the font however same as with the footer social issue, when your cursor scrolls over you can see the dates. Is there a code to remove those dates completely? Link to comment
tuanphan Posted May 20, 2020 Share Posted May 20, 2020 22 hours ago, amandaleigh said: that works thank you!! I have another issue I think you may be able to help with. On my 'freelance' page there are hidden dates which i just changed the color of the font however same as with the footer social issue, when your cursor scrolls over you can see the dates. Is there a code to remove those dates completely? .homepage .date { display: none !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!) Link to comment
amandaleigh Posted May 20, 2020 Author Share Posted May 20, 2020 thank you very much!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.