Remove the name and email label from contact form

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Tue May 28, 2013 7:59 pm
Hi
how is possible decrease the form "name", "email" e "message object" in contact?
thanks

http://88.198.84.57/nomosweb/index.php/ ... i/10-prova
User avatar
Junior Boarder

GK User
Tue May 28, 2013 10:32 pm
Hi,
sure in template folder you'll find joomla.css (line 11) there is style:
Code: Select all
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #E7E7E7 #E7E7E7;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #E7E7E7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px #EEEEEE inset;
    height: 32px;
    line-height: 32px;
    padding: 2px 9px;
}


You have two options:
1)Make changes in this file
2)Or use CUSTOM CSS CODE in template settings to override

Change vaule for height, line-height

p.s.
For textarea use this simple code

Code: Select all
textarea {
    height: 150px;
}
User avatar
Platinum Boarder

GK User
Wed May 29, 2013 8:30 am
Pawel F wrote:Hi,
sure in template folder you'll find joomla.css (line 11) there is style:
Code: Select all
select, textarea, input[type="text"], input[type="password"], input[type="url"], input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC #E7E7E7 #E7E7E7;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #E7E7E7;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 2px 4px #EEEEEE inset;
    height: 32px;
    line-height: 32px;
    padding: 2px 9px;
}


You have two options:
1)Make changes in this file
2)Or use CUSTOM CSS CODE in template settings to override

Change vaule for height, line-height

p.s.
For textarea use this simple code

Code: Select all
textarea {
    height: 150px;
}


sorry
i want to change the witdh, and if i change it by css
changes also module "search" and "twitter"
User avatar
Junior Boarder

GK User
Wed May 29, 2013 11:59 pm
ok, try this
Code: Select all
input[type="text"], input[type="password"],   input[type="email"] {
    width: 150px;
}


and this
Code: Select all
textarea {
    width: 150px;
}
User avatar
Platinum Boarder

GK User
Thu May 30, 2013 12:02 am
p.s.
"twitter"

But what about tweeter? Now is very small is hard to read messages from it, are you sure that you need to make it smaller than is now?
User avatar
Platinum Boarder

GK User
Thu May 30, 2013 3:43 pm
Any suggestions, ideas or complaints about what do you need to change in tweeter module, you asked about this, hmm.

There is so many solution you can install, starting from Twitter Sidebar Module.
User avatar
Platinum Boarder


cron