Topic-icon Need help with log in button showing a plus

Active Subscriptions:

None
9 years 2 weeks ago #54693 by tongal
Please Help
Not sure how to remove the plus in the log in module.

File Attachment:
The topic has been locked.
Support Specialist
9 years 2 weeks ago #54698 by mel
Could you give me a specific URL so that I can see the module in action? Usually when there's background like that, the underlying cause is CSS. If you don't want to add it to this thread, please use the envelope icon under my avatar to send a private message.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 1 week ago #54733 by tongal
Thank You very much for the reply Melissa.
I designed this site and I have limited CSS knowledge but i'm pretty good with Joomla.:)
When I added this module I didn't change any code or do anything weird. Since day 1 it's
had the plus showing on the "log In" button. Any help would be greatly appreciated.

Thank You.
Tony

www.tech4re.com/
The topic has been locked.
Support Specialist
9 years 1 week ago #54737 by mel
You could try adding some CSS like this:
.sclogin button:before {
content: initial;
}

Using browser developer tools, the + is coming from the following style in your template:
.button:before, .readon:before, .readmore:before, button.validate:before, #member-profile a:before, #member-registration a:before, .formelm-buttons button:before, .btn-primary:before, #k2Container .k2ReadMore:before, #k2Container #submitCommentButton:before, #gantry-resetsettings:before{
content:'+';
}
The topic has been locked.
Active Subscriptions:

None
9 years 1 week ago #54743 by tongal
Thank You for the reply. All I did was choose the option in SCLogin, and made no changes. So where do I actually place this code. Is that in the templeate override, html, mod_sclogin/login.php file?

I'm not really sure how to edit this, I just want SCLogin to work natively but I'm glad to learn I just don't want to mess anything up now. It's working but the plus is very annoying.
Thank You again.
File Attachment:
The topic has been locked.
Support Specialist
9 years 1 week ago #54748 by alzander
There's a few places you could add that style. The big issue is that you want it in a place that won't be overwritten when you update the SCLogin module. We have a good amount of documentation on Theming the SCLogin module . However, in your case, I'd recommend adding the style Melissa gave to your template's CSS file.

The best file in there is custom CSS file meant for specifically these types of targeted changes:
templates/rt_chapelco/css/rt_chapelco-custom.css

I hope that helps, but should you need any more help, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 1 week ago #54771 by tongal
YES!!!!!!!!!!!
That worked awesomely, (not a word but I still use).

Thank You both very much, this has been bothering me since day one.

Thank You very much Melissa and Alex!

-Tony
The topic has been locked.
Support Specialist
9 years 1 week ago #54783 by alzander
Tony,
Fantastic! I'm glad to hear we could help get you going. Anytime you run into anything frustrating, just let us know. We try to be fast and help however we can.

Of course, if you ever need to add social network integration to your site, we hope you'll consider JFBConnect.

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

Thanks,
Alex
The topic has been locked.