Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1057840

    I want to change the colourbar of the dropdown menu which you can create in a contactform

    I cannot find where I can adjust this colour setting

    I used theme Enfold Law as a basis, the colour of the dropdown bar in my website is now orange/brownish

    My website is not online yet.

    • This topic was modified 5 years, 4 months ago by JannyPolak.
    #1058056

    Hey JannyPolak,

    I’m not sure I understand what you are referring to, could you post a screenshot of it please?

    Best regards,
    Rikard

    #1058129

    The colour of the bar is now the colour of the template, I would like to change this. See private content with the link
    (I did not know how to attache a screenshot… to this post)

    #1058496

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    option::selection {
        background-color: red !important;
    }

    Best regards,
    Rikard

    #1060456

    Hi,

    I tried the above CSS, and also this one:

    option::selection {
    background-color: #c5b100 !important;
    }

    I did empty the cache

    However, it did not change the colour of the dropdown bar

    Do you have another suggestion?

    #1061272

    Hi JannyPolak,

    This css rule is not used for options
    https://caniuse.com/#search=%3A%3Aselection

    Please refer to this thread
    https://stackoverflow.com/questions/7208786/how-to-style-the-option-of-a-html-select

    Best regards,
    Victoria

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