Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1355641

    Hello,
    I seem to have 3 different styles for buttons and only want 1. The style I would like is on my contact form. The login and other form below both seem to have different style. Can you please let me know where I can make adjustments for this?

    #1355664

    Hey virtualbis,
    Thanks for the question, the button you link seems to be out contact form button, the other two seem to be from plugins.
    To make them all the same, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top .main_color .button,
    #top #wp-submit0,
    #top .frm_button_submit.frm_final_submit {
        background-color: #faa41a;
        color: #ffffff;
        border-color: #d88208;
        padding: 16px 20px;
        border-radius: 2px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
        -webkit-box-shadow: 0 0px 0px #eeeeee;
        box-shadow: 0 0px 0px #eeeeee;
    }
    #top .main_color .button:hover,
    #top #wp-submit0:hover,
    #top .frm_button_submit.frm_final_submit:hover {
        background-color: #afceee;
        color: #ffffff;
        border-color: #8daccc;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1355719

    fantastic. Thanks Mike

    #1355722

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Button colors different on different pages’ is closed to new replies.