Topic-icon Forgot Image doesn't show

Active Subscriptions:

None
10 years 9 months ago #34375 by kbloem
Hi,

i've got everything working however the Forgot Image next to username and password don't show. The images can be accessed from the browser without any problem. I also tried reinstalling the module and i also set the color to black and white. Also bootstrap is selected.

I run Joomla 2.5 and my site can be accessed here:
www.kennymassai.com/gamesite

Hope someone can help.
The topic has been locked.
Support Specialist
10 years 9 months ago #34382 by alzander
Replied by alzander on topic Forgot Image doesn't show
Your template's CSS file is compressed, so I can't give you the exact line or file to modify. The problem is the below style though:
body .btn [class^="icon-"], body .btn [class*=" icon-"] {
display: none;
}
That's saying "Don't display button icons". You'll need to remove that display:none style, and once you do, the icons will show just as expected.

Let me know how that goes, and good luck!

Alex
The topic has been locked.
Active Subscriptions:

None
10 years 9 months ago #34387 by kbloem
Replied by kbloem on topic Forgot Image doesn't show
Hi Alex,

Perfect!

Thanks!
The topic has been locked.
Support Specialist
10 years 9 months ago #34398 by alzander
Replied by alzander on topic Forgot Image doesn't show
Awesome! Glad to hear we could help. If you run into anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review on the Joomla Extension Directory for the SCLogin module or our support:
extensions.joomla.org/extensions/access-...authentication/24054

Thanks, and good luck,
Alex
The topic has been locked.