papaya Posted May 25, 2022 Posted May 25, 2022 Site URL: https://www.educationalinnovation360.com/ I want to change the last icon in the secondary navigation to read "Login" instead of the link icon. Can I do this with CSS?
tuanphan Posted May 26, 2022 Posted May 26, 2022 Add to Design > Custom CSS /* Login link to icon */ .SocialLinks-inner [href*="login"] svg { display: none; } .SocialLinks-inner [href*="login"]:before { content: "Login"; color: white; font-size: 14px; white-space: nowrap !important; position: relative; top: -10px; } .SocialLinks-inner [href*="login"] { overflow: visible; white-space: nowrap !important; width: 50px; } papaya 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment