Try this custom css to overide the lock icon with the “user-o” icon:
.fa-lock::before {
content: "\f2c0" !important;
}
I don’t want to register to see the icon. If I’ve guessed the wrong one, tell me which one it is off this page:
https://fontawesome.com/v4.7.0/icons/
Try the “Say What?” plugin to change strings:
https://wordpress.org/plugins/say-what/
Wow that’s great. I really have no clue what’s the difference with my option, but this works for the icon! Thank you.
I already have a change string plugin (an other one than you suggest). But here I want to split 1 string into 2 strings, depending on your status (logged on or off). So I need an other option for that string part of my question..
That might be harder. Can you turn off W3 Total Cache for me temporarily please.
Yes, I’ve disabled that right now.
Activate “Say What?”
Tools > Text Changes > Add New
Original string: Login / Register
Text domain: shoppper
Text context: leave empty
Replacement string: Inloggen
Tools > Text Changes > Add New
Original string: My Account
Text domain: shoppper
Text context: leave empty
Replacement string: Mijn account
Yes @lorro, this is great!!!!