Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #958604

    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

    #959245

    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

    #959593

    Hi, that didn’t work – it just made the black boxes disappear :-(

    #960176

    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

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