New Landing How can we help? Themeforest Theme Support Neighborhood Change style of sorting menu

Viewing 9 posts - 1 through 9 (of 9 total)
  • #69388
    HYPD
    Member
    Post count: 13

    Hi there,

    How can I change the style of the sorting menu from the default look to the styled look (as shown in these two attachments)?

    #69559
    Kyle – SUPPORT
    Moderator
    Post count: 35880
    #69850
    HYPD
    Member
    Post count: 13

    Hi Kyle,

    The two screenshot of the styled one was taken directly from an older version of Neighborhood. I would think that this style is one that’s built in to the theme already? Correct me if I’m wrong.

    #69851
    HYPD
    Member
    Post count: 13
    This reply has been marked as private.
    #69870
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok let me check with the developer why it was removed, there must be a reason

    – Kyle

    #71357
    HYPD
    Member
    Post count: 13

    Hey Kyle,

    Any word?

    #71395
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please try adding this to your custom css:

    .woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 6px 40px 6px 14px;
    height: 42px;
    outline: 0;
    background-image: url('images/[email protected]');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 9px 6px;
    }
    select {
    display: block;
    vertical-align: top;
    z-index: 2;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    appearance: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 25px 8px 15px;
    line-height: 110%;
    margin: 0 0 5px;
    background-image: url('images/[email protected]');
    background-repeat: no-repeat;
    background-position: 90% center;
    background-position: calc(100% - 20px) center;
    background-size: 9px 6px;
    }

    You may need to alter the image path for the arrow

    – Kyle

    #96230
    Holly & Trisha
    Member
    Post count: 54

    so how do you add the arrows?

    #96299
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Like I said, you may need to alter the image path for the arrows, they are in dante/images, you may need to put your full url plus the path to the images for it to work as our css is in a different location to the original css file

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register