changing field sizes for button s and custom field

  • gilles
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 1 day ago #9134 by gilles
How do I change the sizes of both the submit button ( Registration Confirmation - I only see "Registra") and I have a text-area custom field whic only shows a scrollable area with width of 1 characther, even though i have set a size of 230.

thanks,
Gilles

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

More
14 years 1 day ago #9147 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: changing field sizes for button s and custom field
Hi

The submit button has the css class button, It is a Joomla core css class. So to change the size of the button, you will need to look for the css class button on your site template (usually in the file template.css) and change it to meet your need .

For Textarea custom field, please make sure you enter rows and cols property of it on edit field screen !

Regards,

Tuan

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

  • gilles
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
14 years 20 hours ago #9153 by gilles
Thanks Tuan,

Upon closer inspection, thanks to your tip on the CSS class, I noticed that the template was using a .gif as a bg image for buttons. This made the text appeared to "not fit" in the box.

I removed the bg-image attribute in the class and all is well.

thanks again
Gilles

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

  • jordanjacobs@mac.com
  • Offline
  • New Member
  • New Member
More
13 years 4 months ago #13139 by jordanjacobs@mac.com
Replied by jordanjacobs@mac.com on topic Re: changing field sizes for button s and custom field
I am trying to figure this out myself. My contributors are having a lot of trouble seeing the "next" and the "donate" or "submit" button on the confirmation page.

I would like to make it

1- bigger
2- change the color
3- justify it to the right side of the page.

Any help you could off ASAP would be great. I am a few days away from a fund raising deadline and the money is rolling in. I'd like to stop the constant complaining that goes with it.

I looked for the right css file and am completely lost. I am running a joomlart template named "JA_Anion".

Thanks!!!

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

  • jordanjacobs@mac.com
  • Offline
  • New Member
  • New Member
More
13 years 4 months ago #13140 by jordanjacobs@mac.com
Replied by jordanjacobs@mac.com on topic Re: changing field sizes for button s and custom field
This is for Joom Donate not events...

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

More
13 years 4 months ago #13163 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: changing field sizes for button s and custom field
The extension use the core Joomla css class called "button" for the buttons. So if you want to change styles for these buttons, you can look at the css of your site template, find the css class .button and change it to meet your need .

I would suggest you to use Firebug plugin for Firefox. It is very easy to find and change css via this plugin !

Regards,

Tuan

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

Moderators: Tuan Pham Ngoc