Hi
I’ve chosen the “dark transparent” option in form colour scheme, but I’d like to soften the colour and change it from black to #b2b5b8 – is that possible?
Many thanks
Hey Picante,
Please add the following:
#top div .av-dark-form input[type="text"] {
border: #b2b5b8 !important;
}
and let us know if it works out for you.
Best regards,
Basilis
Hi, that didn’t work – it just made the black boxes disappear :-(
Hi Picante,
Can you try changing border to border-color, so the code should look like this:
#top div .av-dark-form input[type="text"] {
border-color: #b2b5b8 !important;
}
Hope it helps :)
Best regards,
Nikko