Registration Page Cleanup - alternating rows style

14 years 10 months ago #97855 by Rapunzl
Replied by Rapunzl on topic Re:STILL NEED HELP!!!
If there is more than one instance of the CSS elements you're modifying within your template or CB template, the last lines called will be honored, so your best bet is to check with Firefox Firebug Inspect or a similar browser addon to see which file and line is being used. Then change that line to the code you want.

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

14 years 10 months ago #97873 by krileon
Replied by krileon on topic Re:STILL NEED HELP!!!
@flyrider16

Please carefully review this topic and notice it's for Registration.

What you're requesting (User Status) is NOT Registration, but is Profile.

Thus you will need to use the following:
PROFILE - View
[code:1]
.cbProfile .sectiontableentry1 {
background-color: white;
}

.cbProfile .sectiontableentry2 {
background-color: blue;
}
[/code:1]

PROFILE - Edit
[code:1]
.cbEditProfile .sectiontableentry1 {
background-color: white;
}

.cbEditProfile .sectiontableentry2 {
background-color: blue;
}
[/code:1]

REGISTRATION
[code:1]
.cbRegistration .sectiontableentry1 {
background-color: white;
}

.cbRegistration .sectiontableentry2 {
background-color: blue;
}
[/code:1]


2 CSS locations to add this to, pick 1:
  1. CB Template -> components/com_comprofiler/plugin/YOUR_TEMPLATE/
  2. Joomla Template -> templates/YOUR_TEMPLATE/

Post edited by: krileon, at: 2009/05/06 21:34


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 to join the conversation.

14 years 10 months ago #97882 by flyrider16
Replied by flyrider16 on topic STILL, STILL, STILL, STUCK!
thanks for the info on FireBug... I will use it for sure... as soon as I learn how :)

I want to clarify... I am not altering any existing CSS code, but adding some new code instead?

I am just trying to CLEAN UP the Blue/white alternating rows in Community Builder under the "Users Online!" section... I would like them all to be white! FOR SOME WEIRD REASON THE "user info" in the blue rows in VERY SMALL? Like font size 1 or something?

The white rows look great!

NOTE: I was attempting to alter the CSS code from within Joomla (template manager>my template>edit CSS) I JUST noticed in JOOMLA it says that the TEMPLATE CSS is Unwriteable? Could this be my problem?

JUST SAW YOUR POSTS... GOING TO TRY IT NOW... THANKS FOR EVERYTHING

Post edited by: flyrider16, at: 2009/05/06 21:58

Please Log in to join the conversation.

14 years 10 months ago #97886 by flyrider16
Replied by flyrider16 on topic STILL, STILL, STILL, STUCK...
OK so I edited the css file outside of Joomla and re uploaded it to the server. At the end of the CSS file I put the following code:

/*----CB ONLY ALTERNATE ROW STYLING
*/

.cbProfile .sectiontableentry1 {
background-color: white;
}

.cbProfile .sectiontableentry2 {
background-color: blue;
}

.cbEditProfile .sectiontableentry1 {
background-color: white;
}

.cbEditProfile .sectiontableentry2 {
background-color: blue;
}

.cbRegistration .sectiontableentry1 {
background-color: white;
}

.cbRegistration .sectiontableentry2 {
background-color: blue;
}


/*--END CB ONLY ALTERNATE ROW STYLING--*/


I WOULD LIKE AS I MENTIONED BEFORE... I AM TRYING TO DO 2 THINGS

1) Change the alternating row style under the "Users Online" section of CB. I want them all to be white!

2) The font in all of the blue rows is VERY SMALL and I would like to make it the same as the white rows.

?

Please Log in to join the conversation.

14 years 10 months ago #97913 by Rapunzl
Replied by Rapunzl on topic Re:STILL, STILL, STILL, STUCK...
If the below code doesn't work:

[code:1].cbProfile .sectiontableentry1 {
font-size: 11px;
}[/code:1]

try changing to:

[code:1].cbProfile .sectiontableentry1 a{
font-size: 11px;
}[/code:1]

Post edited by: Rapunzl, at: 2009/05/07 04:22

Jamie (Rapunzl)
Community Builder Team Member

Before posting on forums: Read all CB Articles | Specially the FAQ | Help us help you
CB links: Subscribe to CB documentation | [url=http://www.joomlapolis.com/content/view/7363/37/
]Our templates[/url] | [url=http://www.joomlapolis.com/content/blogcategory/61/74/
]Paid Subscriptions[/url] | Get Hosting | Our Forge
Visit my CB Profile

My personal site Rapunzl's Reality always under reconstruction

Please Log in to join the conversation.

14 years 5 months ago #114115 by lkobescak
Just what I needed, thanks beat.



Lawrence
Ottawa Mortgage Brokers

Post edited by: lkobescak, at: 2009/10/15 03:45

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.364 seconds

Facebook Twitter LinkedIn