Topic-icon Recover password Buttons

Active Subscriptions:

None
10 years 4 months ago - 10 years 4 months ago #39305 by mardom
In the ScLogin module, the retrieve password button icons and retrieve user does not appear.
The description also does not appear
goo.gl/c2eStP
Last edit: 10 years 4 months ago by mardom.
The topic has been locked.
Support Specialist
10 years 4 months ago #39317 by alzander
Replied by alzander on topic Recover password Buttons
Your template has the following style, which is intentionally hiding the icons:
body .btn [class^="icon-"], body .btn [class*=" icon-"] {
display: none;
}
I can't tell what file that is in in your template because it's compressed together, but if you find that line and disable it, the icons will start appearing.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago #39350 by mardom
Replied by mardom on topic Recover password Buttons
not solved
The topic has been locked.
Support Specialist
10 years 4 months ago #39366 by alzander
Replied by alzander on topic Recover password Buttons
The original line doesn't seem to be removed. Looking further, there's also the following line which is the same thing:
body .btn [class^="icon-"], body .btn [class*=" icon-"] {
display: none !important;
}
You'll need to remove both of those blocks. Then, re-compile your compressed CSS file so that the changes take effect properly.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago #39377 by mardom
Replied by mardom on topic Recover password Buttons
Unfortunately still not solved
The topic has been locked.
Support Specialist
10 years 4 months ago #39379 by alzander
Replied by alzander on topic Recover password Buttons
The file below is your CSS. It still has the exact same line I posted above with !important in it:
www.paramirimeventos.com.br/templates/rt...cfef8009c46cfc88.css

You need to fix that file. There's not much more I can tell you, other than the file and code that needs to be removed.

I hope that helps,
Alex
The topic has been locked.