How can i change the "Send" button with css?
2 posters
Page 1 of 1
How can i change the "Send" button with css?
There are many different kinds of the "Send" button. How can i change it in css?
Thank you!
Re: How can i change the "Send" button with css?
With this code you can change all the buttons which value is "Send". I believe all them have the input.button2 class but I'm not sure, I just tested with a few, otherwise you will have to get its class case by case.
You can do the same with other buttons/language changing where I wrote "Send" in the code by its current value, for example in your case "Aποστολή".
- Code:
/* Change Send Button */
input.button2[value*="Send"] {
background-color: #ff0000;
}
/* Change Send Button (Hover) */
input.button2[value*="Send"]:hover {
background-color: #cc0000;
}
You can do the same with other buttons/language changing where I wrote "Send" in the code by its current value, for example in your case "Aποστολή".
Wecoc- Forumember
- Posts : 144
Reputation : 111
Language : Catalan, Spanish, English
Similar topics
» No button for "visitor message", cant send messages
» My send button is not working
» SEND button adjustment
» Preview/Send Button
» Enlarge the "Send" button in the contact form
» My send button is not working
» SEND button adjustment
» Preview/Send Button
» Enlarge the "Send" button in the contact form
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum