Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1383894

    cxander
    Participant

    ok, so if I want it to apply only to the form on the testimonials page, I would just enter

    .testimonials .caldera-grid input[type=submit]:hover {

    and put in the values needed?

    Also, is there a way to remove the success message and green text box that appears with the success message after the form is submitted?

    #1384036

    Rad
    Moderator

    Hi there,

    It should be .page-id-725 .caldera-grid input[type=submit]:hover {. The Testimonial page ID is 725.

    If you hide the success message then that section will be blank. But if you insist, you can add this too

    .page-id-725 .alert.alert-success {
    display: none !important;
    }

    Cheers!

    #1384073

    cxander
    Participant

    Excellent, thank you!

    #1384210

    Paul R
    Moderator

    You’re welcome! 🙂