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

Dropdown settings styles not working

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Dropdown settings styles not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11003
    teapoet9teapoet9
    Participant

    Hi,

    I’m unable to make changes to the dropdown settings CSS styles. There seem to be very few options that change — really only the font color, icons, and the checkmark color. The background, shadow, borders, and scroll bar don’t seem to show or change.

    I’ve been able to make some changes on Theme Options > Settings and Icon Dropdown, but very few. Perhaps could I have a Javascript conflict or is there a setting somewhere that I’m missing? It’s difficult for users to know that there are hidden filters, that they have to scroll down when the background remains white with no border and scroll bars don’t appear. See attached.

    Thank you!

    #11016
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    In case you have the options drop down in “block” display mode, then some of the styles (like background, font color etc..) will not apply, as it’s better inherited from the theme – and users usually prefer changing that via custom CSS with the theme styles.

    You can try the following CSS if you want to add border to the whole area:

    [html].searchsettings {
    border: 1px solid #e6e6e6 !important;
    }[/html]

    or for individual fieldsets:

    [html].searchsettings fieldset {
    border: 1px solid #e6e6e6 !important;
    }[/html]

    #11063
    teapoet9teapoet9
    Participant

    You cannot access this content.

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