Home › Forums › CSS › Replace Text Link with a An Image Link › Re: Replace Text Link with a An Image Link
June 21, 2013 at 7:09 am
#139715
Member
OK….I see no reason why text replacement shouldn’t work.
It’s in a div with a class of `flags` and the anchor link itself has a classes of `login` and `login-window`.
I see no reason why you can’t do something like..
.login {
background: ImageUrl;
text-indent: -9999px;
width: 80px /* or whatever you want */
}
It’s currently located in the theme-my-login.css file.
Just be aware that there may be other issues of which I am unaware that might result in changing a theme css.