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!
Hi
Try this code inside Quick CSS:
#top div .av-light-form input[type="text"] {
border-width: 1px !important;
}
Best,
Michael
Hi Michael,
This nice piece of code doesn’t work… For both standard and dark transparent version. Is there another solution available?
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
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?
Hi,
Thanks for helping out @michaelh, did that work out for you @andrea_werkhoven?
Best regards,
Rikard
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
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
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
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon