Home Forums WoodMart support forum Send Button

Send Button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #62280

    MAYZEL
    Participant

    Can you customize a button for me please on the send?

    It will only show up on hover?

    Attachments:
    You must be logged in to view attached files.
    #62316

    Hello,

    Please provide the page URL where this button is.

    Best Regards

    #62533

    MAYZEL
    Participant
    #62560

    Hello,

    Please add this code to Theme Settings > Custom CSS

    [type=submit].wpcf7-submit {
    background-color: #666666;
    color: #3E3E3E;
    }

    Replace background color and color with the values you need.

    Best Regards

    #62792

    MAYZEL
    Participant

    Is there anyway of just having a border around the button please? instead of a background?

    Sorry I cant get it to look right

    #62795

    Hello,

    Please try this code:

    Hello,

    Please add this code to Theme Settings > Custom CSS

    [type=submit].wpcf7-submit {
    background-color: transparent;
    color: #3E3E3E;
    border: 1px solid #777777;
    }

    You need to replace #777777 and #3E3E3E to colors you need.

    Best Regards

    #62800

    MAYZEL
    Participant

    perfect thanks

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Send Button’ is closed to new replies.