mrharris222 Posted April 24, 2023 Posted April 24, 2023 Hello! I need some help with two things. 1. I have a split navigation and I'm trying to adjust the padding of the nav links to be more inline with the middle of the logo. I tried adjusting the line height in the site style menu, but it didn't really give me the control I'm looking for. 2. I have my social icons in the footer. The default hover effect is to have the links at full opacity and when hovered over, the icon decreases in opacity. I would like to switch that and have all the icons at a slightly lower opacity and when hovered over the icon will go to full opacity. I hope that makes sense 🫤
tuanphan Posted April 26, 2023 Posted April 26, 2023 Hi, What is site url? We can check 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!)
mrharris222 Posted April 26, 2023 Author Posted April 26, 2023 Hi @tuanphan, sunflower-turquoise-ls9y.squarespace.com password: Cookies&Cream12$ I don't know how, but I messed around with some code and managed to get the nav links where I want them. Still don't know how to fix the footer social icons.
Solution tuanphan Posted April 29, 2023 Solution Posted April 29, 2023 Add this to Design > Custom CSS /* Footer Social Icons */ footer.sections .sqs-svg-icon--wrapper { opacity: 0.8 !important; } footer.sections .sqs-svg-icon--wrapper:hover { opacity: 1 !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!)
mrharris222 Posted June 3, 2023 Author Posted June 3, 2023 On 4/28/2023 at 9:56 PM, tuanphan said: Add this to Design > Custom CSS /* Footer Social Icons */ footer.sections .sqs-svg-icon--wrapper { opacity: 0.8 !important; } footer.sections .sqs-svg-icon--wrapper:hover { opacity: 1 !important; } Thank you so much for the help @tuanphan The code worked perfectly! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment