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
Solution tuanphan Posted June 3, 2021 Solution 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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