New Landing How can we help? Themeforest Theme Support Neighborhood Dropdown filters design issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • #256058
    goodtimesmag
    Member
    Post count: 191

    Hi swiftideas team,

    this is my main issue: I would like that my dropdown filters look the same on mobile like on desktop. This means:

    1) I would like to change the dropdown mobile design (see image attached).

    2) I would like that the dropdowns have the same design like the button in the price filter (see image attached).

    Many thanks for your help in advance!

    Attachments:
    You must be logged in to view attached files.
    #256390
    David Martin – Support
    Moderator
    Post count: 20834

    It should be that by default, what URL is that for?

    Thanks.

    #256391
    goodtimesmag
    Member
    Post count: 191
    #256684
    goodtimesmag
    Member
    Post count: 191

    Any news regarding this issue?

    #256699
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please test this:

    select {
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    }

    Thanks.

    #256757
    goodtimesmag
    Member
    Post count: 191

    With this code the dropdown arrows disappear completely (see screenshot).

    Attachments:
    You must be logged in to view attached files.
    #257051
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This should do it nicely:

    @media only screen and (max-width: 767px) {
    	select {
    	border-color: transparent;
    	background-color: #E0E0E0;
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
    	line-height: 18px;
    	background: #ccc url(http://goodtimesdeals.de/wp-content/themes/neighborhood/images/[email protected]) no-repeat 97% 50%;
    	background-size: 9px 6px;
    	}
    }
    #257061
    goodtimesmag
    Member
    Post count: 191

    Perfect, thanks David!

    #257062
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David

    – Kyle

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.