Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #892832

    Hi guys,
    i want to change the design of the drop down list (for example on the cart site to change the shipping country, see screenshot)

    https://imgur.com/a/3RcNw

    i want to change:

    *the background color of the selected item (blue here) and not selected item
    *the font size and color (selected and not selected)
    *the border color

    normally i can do simple css myself but here i cound find the right code.. :)
    thank you!

    #893123

    Hey richardhofer83,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #893184

    here you go:
    first go to https://www.caucawa.at/online-shop/
    ad an item to the cart
    go to checkout (the cart Symbol)
    open the shipping calculator in the cart and select Country
    there you have the drop down list in question

    thank you

    #893555

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    li.select2-results__option select2-results__option--highlighted {
      background-color:red !important;
      font-size:20px !important;
      border-color:yellow !important;
    }
    
    li.select2-results__option {
      backround-color:green !important;
      font-size:20px !important;
      border-color:pink !important;
    }

    Best regards,
    Rikard

    #893623

    sorry it has no effect…
    did you find the element in question on the Homepage?

    #893963

    Hi,

    No, I looked at it on the check-out page. Did you add it to Quick CSS? Do you have any caching plugins active? Please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #894755

    yes i added it to quick css. i have a caching plugin but i deleted cache before checking.

    admin in the private section

    #896225

    Hi,

    I do not see the code at the page at all, can you please review the quick CSS again please?

    Best regards,
    Basilis

    #896543

    yes i added the code a couple days ago:

    li.select2-results__option select2-results__option--highlighted {
      background-color:white !important;
      font-size:14px !important;
      border-color:black !important;
    }
    
    li.select2-results__option {
      backround-color:white !important;
      font-size:14px !important;
      border-color:black !important;
    }
    #898721

    Hi,

    Can you please try for a test, to add the code at the style.css please?

    Best regards,
    Basilis

    #899021

    hi thank you for trying but i found a solution that works for me now.
    you can clos the topic, thanks :)

    #899475

    Hi,

    Great, glad you found a solution :-)

    Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Drop Down List: Change Design’ is closed to new replies.