Topic-icon SCLogin CSS conflict with T3 Framework

Active Subscriptions:

None
Site URL: j.mp/1pwp919

Having conflict with the login modal popup with T3 framework based template. I think it's a CSS conflict, can anyone help?
The topic has been locked.
Support Specialist
10 years 1 month ago #42676 by alzander
The problem is this line in your template's CSS file:
.hide {
display: none !importnat;
}
Your template's CSS is compressed, so I can't tell you exactly where it's coming from.

That !important is preventing our Javascript from removing the display:none attribute and show the module. Even with it gone, there's a few CSS issues when the module displays.. but getting rid of that !important variable is important to get you going.

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