Viewing 6 replies - 1 through 6 (of 6 total)
  • Sorry, there is no way for me to tell what code is used to define anything from a picture. The buttons are most likely constructed in CSS and without access to that, I could not answer your question. Why not leave a link to a page that contains the button in question?

    Thread Starter ArmourKnight24

    (@armourknight24)

    Yes, you can add CSS to your themes style-sheet to accomplish this. I think appearance is something that should be taken care of inside of your theme files and that is.

    .button, input[type=”submit”] {
    background: yellow;
    }

    Thread Starter ArmourKnight24

    (@armourknight24)

    Yes, you can add CSS to your themes style-sheet to accomplish this. I think appearance is something that should be taken care of inside of your theme files and that is.

    .button, input[type=”submit”] {
    background: yellow;
    }

    I still have the orange and red lines on the submit button.

    Hey ArmourKnight24,

    Use this chrome extension
    You can find the color code of .jpg image by using this chrome extension.

    Thread Starter ArmourKnight24

    (@armourknight24)

    Hey ArmourKnight24,

    Use this chrome extension
    You can find the color code of .jpg image by using this chrome extension.</blockqoute>

    Perfect fixed it

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Button Color Change’ is closed to new replies.