The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can i change the "Send" button with css?

2 posters

Go down

How can i change the "Send" button with css? Empty How can i change the "Send" button with css?

Post by teliosmetonma1 March 6th 2018, 8:28 pm

How can i change the "Send" button with css? Ice_sc14
How can i change the "Send" button with css? Ice_sc12
How can i change the "Send" button with css? Ice_sc13

There are many different kinds of the "Send" button. How can i change it in css?

Thank you!  Hello
teliosmetonma1
teliosmetonma1
Forumember

Posts : 247
Reputation : 1
Language : greek

http://www.yugioh.gr

Back to top Go down

How can i change the "Send" button with css? Empty Re: How can i change the "Send" button with css?

Post by Wecoc March 8th 2018, 8:13 am

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.

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
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum