Que594 Posted June 2, 2021 Share Posted June 2, 2021 Site URL: https://www.trubarre.org Hello! I'm trying to change the sign-in text that is associated with logging into member area accounts on the site. I tried placing the code below into the design/custom css, but it does nothing to the site? I'd appreciate any help 🙂 .Header-account span.unauth { visibility: hidden; } .Header-account span.unauth:after { visibility: visible; content: "Online Sign-In"; font-size: 15px; color: white; font-family: monospace; } Link to comment
tuanphan Posted June 3, 2021 Share Posted June 3, 2021 Use this new code span.unauth { visibility: hidden; } span.unauth:after { visibility: visible; content: "Online Sign-In"; font-size: 15px; color: white; font-family: monospace; }  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
Archived
This topic is now archived and is closed to further replies.