SashaMiana Posted December 20, 2021 Share Posted December 20, 2021 Site URL: https://www.majurejewelry.com Hi there! Is there a way to change the social media icons in the header? I prefer they be styled like the ones in the footer with a border. Looks more clean. I don't know if coding is necessary to achieve this, or if I'm missing something. Still getting the hang of 7.1. Site PW: mj123 TIA! Link to comment
tuanphan Posted December 25, 2021 Share Posted December 25, 2021 On 12/21/2021 at 2:24 AM, SashaMiana said: Site URL: https://www.majurejewelry.com Hi there! Is there a way to change the social media icons in the header? I prefer they be styled like the ones in the footer with a border. Looks more clean. I don't know if coding is necessary to achieve this, or if I'm missing something. Still getting the hang of 7.1. Site PW: mj123 TIA! You mean black background with white icon? Add to Design > Custom CSS /* Header icons */ header#header a.icon { background-color: black; border-radius: 50%; width: 42px; height: 42px; } header#header a.icon svg { fill: white; width: 20px; line-height: 42px; left: 50%; position: relative; top: 50%; transform: translate(-50%,-50%); } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment