1
tjnemez
form text
  • 2003/12/15 16:40

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


not sure if this is the right forum to post this.

i have customized my theme text to 10px, however all my form input text and XOOPS generated text is very large compared to rest of my content. my question is where can i edit the text size? also, how do i customize my login form to match my theme? thanks.

2
Seven
Re: form text
  • 2003/12/15 17:43

  • Seven

  • Just popping in

  • Posts: 11

  • Since: 2003/10/16


The input line in style has a "t" instead of an "x"

input {
    
font-size11pt;
}


you need to change the 11pt to 11px;

input {
    
font-size11px;
}


you could also set the dropdown boxes to match by adding this line:

select {
    
font-size11px;
}


(with whatever size you wanted of course)

3
tjnemez
Re: form text
  • 2003/12/15 17:47

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


yes thanks, go that corrected and also added select to css for drop down menus.

}
select {
font-size: (whatever)px;

}

Login

Who's Online

228 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 228


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits