How can i change the color of button and other elements from orange to

Home Forums Corporate Key How can i change the color of button and other elements from orange to

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #887
    Anonymous
    Inactive

    How can i change the color of button and other elements from orange to other color (e.g. green) ?

    #891
    Axle Support
    Moderator

    Hello,

    The color option is not available on the free version of the theme.

    However you can add the below given CSS to

    Dashboard -> Appearance -> Customize -> Additional CSS

    button, .comment-reply-link, .comment-reply-link:visited, a.button, a.button:visited, input[type="button"], input[type="reset"], input[type="submit"] {
        background: #00b9eb none repeat scroll 0 0;
    }

    Chance the hex color currently “#00b9eb” to your necessity.

    Regards.

    #928
    Anonymous
    Inactive

    With the Pro version, can you change the colors more easily (without additional CSS)?

    #929
    Axle Support
    Moderator

    Hello,

    Yes there are color options on the premium version of the theme.
    It will definitely make the color customization easier.

    Regards.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.