Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1089062

    Hi all,

    I would like to use the Enfold contactform on several places on a website. Is there a way to either have elegant borders on the standard layout. Or to make the borders a little bit slimmer in the dark transparent version? I can’t find a way to change this, hope you can help, many thanks in advance!

    #1089247

    Hi

    Try this code inside Quick CSS:

    #top div .av-light-form input[type="text"] {
    border-width: 1px !important;
    }

    Best,
    Michael

    #1089429

    Hi Michael,

    This nice piece of code doesn’t work… For both standard and dark transparent version. Is there another solution available?

    #1089447

    Hi

    Did you empty both your browser and website cache (plugin)?

    Well I tested it for my test contact which is in light transparent version.
    Maybe the dark version uses a different CSS class.

    If that does not help could you maybe post a link to the contact form here so I can check it directly.

    Thanks
    Michael

    #1089450

    Oh yes – my bad. It uses a different CSS class, just saw that.

    Try this instead:

    #top div .av-dark-form input[type="text"] {
    border-width: 1px !important;
    }

    Was that successful?

    #1089480

    Hi,

    Thanks for helping out @michaelh, did that work out for you @andrea_werkhoven?

    Best regards,
    Rikard

    #1089512

    Hi @michaelH and @Rikard,
    Thanks for your effort so far, but unfortunately this did’nt work. Borders are still the same… Is there any other solution?

    Best regards, andrea

    #1089762

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1090920

    Hi,

    I tried, but it didn’t work… Solved this by putting the form in the footer section, more styling options, so problem solved!
    Thanks for your effort.
    Best regards, andrea

    #1091091

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Styling contact form’ is closed to new replies.