CONTACT FORM 7 in XSTORE - by Su Flo - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler

  • Avatar: Su Flo
    Su Flo
    Participant
    September 27, 2017 at 17:04

    We are trying to arrange for our contact form font sizes to be consistent with the size of the checkbox items.

    With the testimonials slider at the bottom, how can we change the font as it looks a bit on the harsh side.

    With the Contact form submit button, how can we change the background colour as you can’t see it.

    screenshots are in the private content.

    Hope you can help please. Kind Regards, Su.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 08:39

    Hello,

    Add these codes in Custom css for this page:
    1.

    .wpcf7-form label {
        font-size: 1.14rem;
    }

    2.

    .testimonials-slider blockquote {
        font-style: normal !important;
        text-transform: none;
    }

    3.

    input.wpcf7-form-control.wpcf7-submit {
        background-color: grey;
        color: white;
    }
    input.wpcf7-form-control.wpcf7-submit:hover {
        background-color: black;
    }

    Regards

    Avatar: Su Flo
    Su Flo
    Participant
    September 28, 2017 at 09:04

    Hi Rose,

    Many thanks.

    Could you please take a look at the screenshot in private content. We’ve copied across as you requested, however there are some comments as highlighted.

    Hope you can help.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 28, 2017 at 09:10

    Add code in http://prntscr.com/gqnm0q and ignore these notices.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.