Feedback form missing border line for feedback form

This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez

  • Avatar: eulice
    eulice
    Participant
    August 21, 2023 at 04:01

    the border of the feedback form is missing, I not sure where to set it back,

    Image url:https://ibb.co/QMrSNWZ

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    August 21, 2023 at 05:25

    Hello, @eulice,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    In order to solve your issue, Please copy and paste the following CSS code to Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser cache.The result should look like this: https://imgur.com/WJp96mV

    input[type="text"] {
    box-shadow: none;
        outline: none;
        border-color: var(--et_font-color) !important;
    }
    
    .wpcf7 input[type="email"]{
     box-shadow: none;
        outline: none;
        border-color: var(--et_font-color) !important; 
    }
    span.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
        box-shadow: none;
        outline: none;
        border-color: var(--et_font-color) !important;
    }

    Note: you may change the following bordor color CSS code as per your requirement.

    We trust this will be of assistance to you.

    Best Regards,
    Team 8Theme.

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

The issue related to '‘Feedback form missing border line for feedback form’' has been successfully resolved, and the topic is now closed for further responses

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