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.
The forum of the forums
2 posters

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

    teliosmetonma1
    teliosmetonma1
    Forumember


    Posts : 247
    Reputation : 1
    Language : greek

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

    Post by teliosmetonma1 7/3/2018, 02:28

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


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

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

    Post by Wecoc 8/3/2018, 14:13

    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ποστολή".

      Current date/time is 23/9/2024, 02:15