| 
Welcome, Guest

Registration Page Cleanup - alternating rows style
(1 viewing) (1) Guest

TOPIC: Registration Page Cleanup - alternating rows style

Re:Registration Page Cleanup - alternating rows st 3 years, 2 months ago #92142

  • flyrider16
  • flyrider16
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
Hey guys... thanks for the info... but can someone help summarize where the css file is located and maybe list out some more complete steps? Any help would be greatly appreciated!
The topic has been locked.

STILL NEED HELP!!! 3 years, 2 months ago #92238

  • flyrider16
  • flyrider16
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
Still needing help with this.... Can anyone explain how to change the alternating rows style with a little more in depth explanation?

I just need to know the path to the css file that needs to be updated?

I am using Joomla 1.5?

Ryan
The topic has been locked.

Re:STILL NEED HELP!!! 3 years, 1 month ago #96249

  • rw1
  • rw1
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 109
  • Karma: 1
beat wrote:

e.g.:
. cbRegistration .sectiontableentry1,
. cbRegistration .sectiontableentry2 {
background-color: white;
}
 


hey guys, thanks very much for posting this, the css that worked for me was:

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

.cbRegistration .sectiontableentry1 td,
.cbRegistration .sectiontableentry2 td {
border-bottom: 0px !important;
}

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

[note: for some reason there was a space between the . and cbRegistration when i copied it which caused the css not to work, so just remove the space and it works]

Post edited by: rw1, at: 2009/04/23 20:09
The topic has been locked.
The following user(s) said Thank You: vipzeus

Re:STILL NEED HELP!!! 3 years, 1 month ago #96252

  • rw1
  • rw1
  • OFFLINE
  • Expert Boarder
    Expert Boarder
  • Posts: 109
  • Karma: 1
flyrider16 wrote:
Still needing help with this.... Can anyone explain how to change the alternating rows style with a little more in depth explanation?

I just need to know the path to the css file that needs to be updated?

I am using Joomla 1.5?

Ryan


just add the css to your joomla template's css file - located in yoursitename.com/templates/your_template/css/template.css

(replacing the folder names above with the ones you use. your template.css file might also have a different name depending on the template you are using)
The topic has been locked.

Re:STILL NEED HELP!!! 3 years ago #97828

  • flyrider16
  • flyrider16
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
Sorry it took me so long to get back... I will attempt to fix these ugly rows today! Thanks for the info & help everyone.

I'll let you know how it turns out
The topic has been locked.

Re:STILL NEED HELP!!! 3 years ago #97844

  • flyrider16
  • flyrider16
  • OFFLINE
  • Fresh Boarder
    Fresh Boarder
  • Posts: 6
  • Karma: -
OK.... I have tried using the following codes in my templates css with NO SUCCESS:

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

. cbRegistration .sectiontableentry1,

. cbRegistration .sectiontableentry2 {

background-color: white;

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



and



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

.cbRegistration .sectiontableentry1,

.cbRegistration .sectiontableentry2 {

background-color: white;

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

I TRIED ABOUT A HUNDRED VARIATIONS OF THE CODE WITH NO SUCCESS... IS THERE SOMEWHERE SPECIFIC WITHIN THE CSS FILE I NEED TO PUT THIS CODE?

ALSO... MY 1st row is blue, the second white, etc. NONE of the USER DATA (Online Status,
Member Since, Last Online, etc) shows up in any of my blue rows??? I would like them all to be WHITE and have the USER DATA... JUST LIKE THE WHITE ONES ALREADY DO

Can anyone help? PLEASE ?
The topic has been locked.
Time to create page: 0.66 seconds