Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1401932

    hey There,

    I would like the contact field to be very clean without any shadow effects etc.
    I is possible to delete the small shadow which appears when you click into a field?

    Thanks
    Monika

    See link below, the contact field is at the end of the page

    #1401968

    Hey Monika,

    Thank you for the inquiry.

    You can use this CSS code to remove the box shadow from a field when it’s focused.

    #top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
        box-shadow: none;
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.