New Landing How can we help? Themeforest Theme Support Neighborhood Bug on variation dropdown

Viewing 6 posts - 1 through 6 (of 6 total)
  • #12784
    brucardoso2
    Member
    Post count: 23

    I can’t click exactly on the down-pointed arrow. See attachment.
    And here is a link to test: http://216.194.168.35/~sonhod5/?product=regata-ramones-mescla

    The dropdown is clickable but the arrow image isn’t.

    #13359
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey,

    I’d recommend removing the arrow altogether since you have the “โ€ฆ” that imply a selection anyways.
    If you’re fine with that, feel free to add this custom css:

    .variations_form .woo-select:after {
    content: none;
    }

    Cheers!

    #13467
    ap
    Member
    Post count: 14

    A better fix for me was to remove the opacity on the arrow in the CSS. This seemed to fix the issue. Put this in your child theme:

    .woocommerce-ordering .woo-select:after {
    content: “๏„‡”;
    display: inline;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    margin-left: -10px;
    opacity: 1.0;
    }

    #13791
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic tipp! Thanks ap ๐Ÿ™‚

    #14415
    brucardoso2
    Member
    Post count: 23

    Thank you ap, as my product was a variable one I had to apply this class:
    .variations_form .woo-select:after {
    opacity: 1.0;
    }

    Thank you, very nice finding!

    #14676
    Melanie – SUPPORT
    Member
    Post count: 11032

    Great! ๐Ÿ™‚

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

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

License required for the following item
Login and Registration Log in · Register