Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Replace Text Link with a An Image Link Re: Replace Text Link with a An Image Link

#139715
Paulie_D
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.