AlyRaymer Posted March 23, 2022 Share Posted March 23, 2022 Site URL: https://www.alyraymer.com/ Hi there, I'd like to stylize the "Member Account" link in my header next to my hamburger nav. Is there a way to convert this to a button and increase the padding so it doesn't sit directly on top of the hamburger menu? Screengrab for reference, thank you in advance! Link to comment
SQSPStarter Posted March 23, 2022 Share Posted March 23, 2022 Please use this code in your Custom CSS #yui_3_17_2_1_1648067021505_374 { color: #fff; border: 1px solid; padding: 8px 15px; margin-right: 25px; border-radius: 50px; background: #5935e9; } Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
SQSPStarter Posted March 23, 2022 Share Posted March 23, 2022 It Should Look Like This on using the code; Let me know how it went. Thanks Please use this code in your Custom CSS#yui_3_17_2_1_1648067021505_374 { color: #fff; border: 1px solid; padding: 8px 15px; margin-right: 25px; border-radius: 50px; background: #5935e9;} Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
AlyRaymer Posted March 28, 2022 Author Share Posted March 28, 2022 (edited) @TheSquareSpacer Thank you so much! I'm not getting any response when I add this CSS into my site. I placed it and left it towards the bottom in case you can see something on your end that might be messing things up. Appreciate your help! Edited March 28, 2022 by AlyRaymer Link to comment
AlyRaymer Posted March 29, 2022 Author Share Posted March 29, 2022 On 3/23/2022 at 2:46 PM, AlyRaymer said: Site URL: https://www.alyraymer.com/ Hi there, I'd like to stylize the "Member Account" link in my header next to my hamburger nav. Is there a way to convert this to a button and increase the padding so it doesn't sit directly on top of the hamburger menu? Screengrab for reference, thank you in advance! @tuanphan Could you advise? Your help would be greatly appreciated! Link to comment
SQSPStarter Posted March 29, 2022 Share Posted March 29, 2022 Please try this CSS code. Please go to Design > Custom CSS body:not(.header--menu-open) .white-bold .user-accounts-text-link { color: #fff; border: 1px solid; padding: 8px 15px; margin-right: 25px; border-radius: 50px; background: #5935e9; } Let me know how it goes 🙂 Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
AlyRaymer Posted March 29, 2022 Author Share Posted March 29, 2022 10 minutes ago, TheSquareSpacer said: Please try this CSS code. Please go to Design > Custom CSS body:not(.header--menu-open) .white-bold .user-accounts-text-link { color: #fff; border: 1px solid; padding: 8px 15px; margin-right: 25px; border-radius: 50px; background: #5935e9; } Let me know how it goes 🙂 That helped! Thank you so much... I know you've done so much already but I am curious if you think there a way to keep it from folding into the hamburger menu? https://www.alyraymer.com/ Link to comment
SQSPStarter Posted March 29, 2022 Share Posted March 29, 2022 Quote That helped! Thank you so much... I know you've done so much already but I am curious if you think there a way to keep it from folding into the hamburger menu? https://www.alyraymer.com/ We may need JavaScript Condtional logic for that. Let me know if you would need further help we help with that. Become a contributor to the largest resource for Squarespace and gain recognition from thousands of visitors.Join us on this exciting journey. Ping us here!. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment