• Closed
  • Wes Smith
    Spectator
    June 27, 2017 at 3:36 am #34126

    I was wondering if anyone had custom CSS to change the color of all of the buttons? So far, I have the below CSS for changing the color of the buttons in the content boxes, but I was hoping there was a solution that would take care of all of them (i.e. Submit button for contact page, read more button for blog, etc.).

    .content-box .read-more {
    margin-top: -15px !IMPORTANT;
    background: #b7410e;
    color: #fff;
    border-color: #595959 !IMPORTANT;
    -webkit-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
    -moz-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
    -ms-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
    -o-box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
    box-shadow: 0 2px 0 #5e5e5e !IMPORTANT;
    }

    Priyank
    Spectator
    Posts: 747
    June 27, 2017 at 9:38 am #34132

    Hello

    You can change each color of theme element using Theme option.
    Check screenshot for button colors change: http://prntscr.com/fomu98

    Thank you