• Resolved Dalibor

    (@dalibord)


    Hi,
    I’d like to style a “Submit button” from the form, especially the background color?
    And I’d like it to be different from page to page (multiple pages, multiple forms, multiple colors).
    I’ve installed the custom CSS for pages but I can’t figure out the Strong testimonials class for the submit button.

    For example:
    .wpmtst_submit_testimonial.button{
    background-color: #0024d6;
    border-width: 2px;
    border-style: solid;
    border-color: #fcb900;

    Does not work.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @dalibord,

    Thank you for reaching out!
    Please add this code in Appearance > Customize > Additional CSS:

    #wpmtst_submit_testimonial {
    	background-color: #0024d6;
    	border-width: 2px;
    	border-style: solid;
    	border-color: #fcb900;
    }

    Warmly,
    Mihaela

    Thread Starter Dalibor

    (@dalibord)

    Ty, that was the name I was looking for.
    Setting it under the theme additional CSS would not work for me, all the pages would then be styled the same, and I want page specific.
    It worked well when I set it under the page-specific styling override.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Form Submit button CSS’ is closed to new replies.