This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Drop-Down menu style

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #53018
    NestorNestor
    Participant

    Hello.

    Is there any styling option for the dropdown menu within the plugin? Because I was trying different styles but the drop-down doesn’t change. Especially, I want it to be noted that it is a drop-down.

    (please, see screenshot)

    Thank you, again!

    #53029
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    Usually drop-downs are native to the browsers and are very hard to actually style. What I notice from the screenshot that the drop-down arrow is missing, that could be coming from a 3rd party custom CSS.
    Can I take a look at this somewhere? I might be able to suggest based on the exact layout. Thank you!

    #53038
    NestorNestor
    Participant

    You cannot access this content.

    #53039
    NestorNestor
    Participant

    (pass ok)

    • This reply was modified 1 year, 3 months ago by NestorNestor.
    #53060
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you!

    I have found the issue. There is a custom style applied on all select boxes from within the theme styles, which removes the arrow and tries to replace it with a custom icon, but it does not work properly here.

    This custom CSS will reset the layout:

    select.asp_nochosen.asp_noselect2 {
        appearance: menulist;
        background-image: unset;
        border: 1px solid #dadada !important;
    }
    .asp_select_label {
        padding-left: 0 !important;
    }

    After that it will look like this: https://i.imgur.com/aUx6wrM.png

    #53062
    NestorNestor
    Participant

    yes, it works.
    Thanks a lot!

    #53065
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

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