Skip to Content Skip to Menu

Bootstrap/Content module CSS changes

  • krileon
  • krileon
  • ONLINE
  • Posts: 48449
  • Thanks: 8280
  • Karma: 1443
12 years 1 week ago #212402 by krileon
Replied by krileon on topic Re: Bootstrap/Content module CSS changes
You can, but then the links inside of the manage connections tab will become transparent. Best approach for now is to just delete the select for #myCon on a elements (very top of CSS file).


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.

  • YeeP
  • YeeP
  • OFFLINE
  • Posts: 33
  • Thanks: 0
  • Karma: 0
12 years 1 week ago #212405 by YeeP
Replied by YeeP on topic Re: Bootstrap/Content module CSS changes
I can do that. Now, are you speaking of all of these instances of the #myCon a ?
Code:
.cb_template_bootstrap a, #myCon a, <SNIP> .cb_template_bootstrap a:hover, #myCon a:hover, <SNIP> .cb_template_bootstrap a:active, #myCon a:active, <SNIP> .cb_template_bootstrap a:focus, #myCon a:focus,

If so, I am not sure what the #overDiv does but I might be able to just comment out the line with #myCon a

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48449
  • Thanks: 8280
  • Karma: 1443
12 years 1 week ago #212413 by krileon
Replied by krileon on topic Re: Bootstrap/Content module CSS changes
Yes, just those instances. They are what is styling the "a" element, which is the tab title. Just remove them for now, it's already fixed in next release. #overDiv needs to be left alone as it's for pop-ups that CB uses.


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: YeeP

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

  • YeeP
  • YeeP
  • OFFLINE
  • Posts: 33
  • Thanks: 0
  • Karma: 0
12 years 1 week ago - 12 years 1 week ago #212425 by YeeP
Replied by YeeP on topic Re: Bootstrap/Content module CSS changes
This worked. I had to make the same mods to the previously discussed parts of the css file, to get it to match the tabs under the profile as seen below. (The two color assignments at the bottom)
Code:
.tab-pane > .tab-row > .tab > a { display: block !important; margin: 8px 12px 8px 12px !important; line-height: 14px !important; /*font: 13px arial, helvetica, sans-serif !important; RDH change to adapt to template font style */ font-family: 'OxygenRegular', helvetica, arial, sans-serif; font-weight: normal; font-size: 14px !important; /*RDH future modifications may be required. Font size in tabs for CB */ color: #60676F !important; } .tab-pane > .tab-row > .tab a:hover { text-decoration: none !important; color: #75A700 !important; }

Thanks for your help. This is starting to look like the regular site template. :)
Last edit: 12 years 1 week ago by YeeP.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48449
  • Thanks: 8280
  • Karma: 1443
12 years 1 week ago #212431 by krileon
Replied by krileon on topic Re: Bootstrap/Content module CSS changes
Yeah, that's all fixed with next release; I've equalized the tab styling so it uses the same CSS whether in profile view or in connection management. Fix will be in next release for later this week.


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.

  • YeeP
  • YeeP
  • OFFLINE
  • Posts: 33
  • Thanks: 0
  • Karma: 0
12 years 1 week ago #212437 by YeeP
Replied by YeeP on topic Re: Bootstrap/Content module CSS changes
Can I modify the CSS files inside of the update zip, so they match my colors. Then zip it back up and instal?

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

Moderators: beatnantkrileon
Powered by Kunena Forum