Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1116755

    I can change the size and color of the submit button but I need to change the text from “Submit” to “Request Your Demo”

    Please help

    Thanks

    #1116880

    Hey freshwebsitesla,
    You can change the “submit” text from within the editor:
    2019-07-08-224710
    To change the color please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-632 .main_color input[type='submit'] {
        background-color: red !important; 
    }

    To change the size please try this css:

    #top.page-id-632 .main_color input[type='submit'] {
            width: 200px !important; 
        height: 150px !important; 
    }
    }

    Best regards,
    Mike

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