Okay
  Public Ticket #3227058
Inline Form
Closed

Comments

  •  1
    keironc2019 started the conversation

    Hello, 

    I am trying to achieve this using contact form 7 https://themenectar.com/docs/salient/contact-form-columns/

    but on this article it doesn't identify anywhere which form is being used. When I embed my form into a page it's not showing the individual fields to wrap and just shows the actual form.

    4917595913.png
  •  2,721
    Andrew replied

    Hello again,

    Thank you for getting in touch.

    Could you share the URL for this so we can look into it for you? We might have to customize the form with some CSS. You can also share a sscreenshot of what you are seeing from your end.

    In the meantime, you can also read this article to help you style your contact 7 form.

    Kind regards,

  •  1
    keironc2019 replied

    Hi, 

    I have made a visual (attached) and this is the link http://keironc26.sg-host.com/rehab-holistic/ it's the yellow banner I am hoping to achieve like the visual. I believe you already have the logins from my request about an hour ago :) 

    1261376008.png
  •  8,402
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input::placeholder {
        color: #000 !important;
        opacity: 1 !important;
    }
    .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input {
        background: #fff !important;
        color: #000 !important;
        border-color: #000 !important;
    }

    Thanks


    ThemeNectar Support Team