Okay
  Public Ticket #2484060
Contact Form
Closed

Comments

  • Gillian Cook started the conversation

    I'm hoping there is an easy fix for this. I've tried lots of different things but can't figure it out. One the linked page (also here https://www.wearecolectivo.com/contact-us/) I am unable to get rid of the yellow lines that appear under the form sections: Name, Email and Message. 

    Any information you could provide would be super helpful. I have a custom skin with the link colour set to this yellow but from what I can see there is no link element attached to these words so don't know why this is appearing as so.


    Hopefully someone more talented than I can shed some light on this please.

    Kind regards

    Gillian

    {"wp":{"use":false,"adminUrl":"https://www.wearecolectivo.com/contact-us/wp-admin","username":"[email protected]","password":"M0vistar123!"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
  • [deleted] replied

    Hi Gillian,

    Your Jetpack plugin is crating that problem with the lines. If you disable the Jetpack plugin you will see that those lines will appear as it should.

    See video: https://d.pr/v/pcNdH4

    Then if you still want to remove those lines, please just add this CSS code to your Custom CSS area:

    .labeled-input-row label, .labeled-textarea-row label {
        border-bottom-color: #332e26 !important;
    }

    Have a nice day!