Skip to Content Skip to Menu

🎃 Happy Halloween! Treat yourself with an awesome discount on memberships! Get 20% off now with code SPOOKY-2024!

Where are the files for changing the CSS for FB Connect?

11 years 2 months ago #233038 by colossally
Good day

I'm using Community Builder 1.9 and Joomla 2.5.

I installed the quick installation package and everything's working fine. The only issue is that I need to change the colour of the Sign in with Facebook text on the login module because the text is white, same colour as the backgrouond. Where do I make this change?

Thanks

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

11 years 2 months ago #233065 by colossally
An answer will be much appreciated, please.

See attached what the Sign in with Facebook link looks like on my site.



How to fix? I also can't find the detailed reference guide that's mentioned as part of the professional subscription or I'd be fixing it myself.

Thanks.
Attachments:

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 2 months ago #233107 by krileon

I installed the quick installation package and everything's working fine. The only issue is that I need to change the colour of the Sign in with Facebook text on the login module because the text is white, same colour as the backgrouond. Where do I make this change?

You can find CB Connect CSS file at the below location.

/components/com_comprofiler/plugin/user/plug_cbconnect/css/buttons.css

An answer will be much appreciated, please.

No one is here on weekends. Please be patient. Please see my signature for business days and hours.


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.

11 years 1 month ago #233167 by colossally
Thanks so much, Kyle. Now I know not to expect feedback over weekends :)

When I first posted, I thought it was the CSS problem but I realised that it just wasn't displaying the way it was supposed to be in the first place. Why is there a problem with the look of the module? Shouldn't it be working as is without any changes required?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago - 11 years 1 month ago #233174 by krileon
You've a styling conflict with your Joomla template. Please provide a URL where this issue can be seen (you may PM this URL if you'd like it private) and can take a look at what CSS is conflicting.


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.
Last edit: 11 years 1 month ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48466
  • Thanks: 8280
  • Karma: 1443
11 years 1 month ago #233198 by krileon
Have reviewed your site and you've a lot of styling breaking the buttons. The below styling is targeting divs inside of modules. It's too vague of styling so it affects the buttons too.

IN: templates/allrounder-3/css/modules.css
ON: Line 35
Code:
div.module div div div div { border: 0; padding: 0; background-image: none; }

IN: templates/allrounder-3/css/modules.css
ON: Line 29
Code:
div.module div div div { padding: 10px; background-image: url(../images/modules/module-lt.png); background-repeat: no-repeat; background-position: left top; }

IN: templates/allrounder-3/css/modules.css
ON: Line 24
Code:
div.module div div { background-image: url(../images/modules/module-rt.png); background-repeat: no-repeat; background-position: right top; }

IN: templates/allrounder-3/css/modules.css
ON: Line 19
Code:
div.module div { background-image: url(../images/modules/module-rb.png); background-repeat: no-repeat; background-position: right bottom; }

Once all the above are removed the buttons display fine.


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