Skip to Content Skip to Menu

[#5744] Design of the login button - how to modify?

  • fribse2011
  • fribse2011
  • OFFLINE
  • Posts: 921
  • Thanks: 79
  • Karma: 8
9 years 6 months ago - 9 years 6 months ago #276919 by fribse2011
Hi Guys

I'm trying to modify a few small things.
The login button:



Why is there a background, and then a background of the font-awesome also?
Can I get rid of the frame, and the font-awesome background as well?
It can be seen at www.dkdb.dk

Best regards
Fribse

Frømandsklubben Nikon, www.nikondyk.dk
We're a volunteer driven diving club in Ishøj, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.
Attachments:
Last edit: 9 years 6 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49441
  • Thanks: 8467
  • Karma: 1465
9 years 6 months ago #276931 by krileon
Replied by krileon on topic Design of the login button - how to modify?
Container div for the fontawesome icon is inheriting background and color from its parent. The issue is you're not using a flat color, but strictly changing the alpha value of black. This causes 2 black colors with alpha of 0.2 to stack on top of one another and causes it to look like they've separate backgrounds. The button background CSS can be found below.

IN: templates/joomspirit_113/css/template.css
ON: Line 4123

You can either change it to a solid color or make the below edit to fit your usage

IN: components/com_comprofiler/plugin/templates/default/bootstrap.css?v=7304d3e307dc10eb
ON: Line 7446
FROM:
Code:
.cb_template { background-color: inherit; color: inherit; }
TO:
Code:
.cb_template { background-color: transparent; color: inherit; }

If you don't want the button display at all then edit your CB Login module and under "Login and Logout Options" adjust "Login and Logout Buttons" as needed.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: fribse2011

Please Log in or Create an account to join the conversation.

  • fribse2011
  • fribse2011
  • OFFLINE
  • Posts: 921
  • Thanks: 79
  • Karma: 8
9 years 6 months ago #276996 by fribse2011
Replied by fribse2011 on topic Design of the login button - how to modify?
The CSS made it look much better, thankyou!

Best regards
Fribse

Frømandsklubben Nikon, www.nikondyk.dk
We're a volunteer driven diving club in Ishøj, Denmark.
Har du brug for en dykkerklub der rummer alle, så kom ned til os.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 49441
  • Thanks: 8467
  • Karma: 1465
9 years 6 months ago #277017 by krileon
Replied by krileon on topic Design of the login button - how to modify?
Great, added a bug ticket to fix for later release.

forge.joomlapolis.com/issues/5744


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum