Hi All,

I have created my Theme(which is according to requirement), which is very very different from drupal themes.

I have to create new CSS classes for new design. I had moved forward, but am not able to get which div or classes drupal are using for submit classified Ad, submit content type, user registration and all the user input forms.

Please advice.

Comments

CWolff’s picture

Can you link or paste the form code?

Typically from my experience, some of these buttons (if not all of them) are not defined the css by default, they are blank classes or id's.

My suggestion would be view the source of your page and find your button, it will have an id attached to it, then simply declare that id in your style sheet.

For example:

#edit-submit{
     css code...
}

That was the name of the submit button in the default theme I was using, it may not be the id for yours, check your source. (Right click, view source.)

------------------------
Cassandra Wolff
PHP Developer
Gaiam Inc.
Direct: 303-222-3676
cassandra.wolff@gaiam.com