New Landing How can we help? Themeforest Theme Support Dante How to hide the arrow in FireFox and IE browsers?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #104286
    ytilles
    Member
    Post count: 11

    A second arrow appears on the dropdown select options on product pages using FireFox and IE browsers (including the latest versions of these browsers). See attached screenshot.

    How can I hide the <select> dropdown arrow that seems to display on FireFox and IE browsers?

    In attempt to fix it, I added the following CSS to the Theme Options Custom CSS, but it did not work:

    .woocommerce div.product form.cart .variations select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
    }
    

    Please help. Thanks.

    Attachments:
    You must be logged in to view attached files.
    #104424
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product form.cart .variations select {
        -moz-appearance: none;
        text-indent: 0.01px;
        text-overflow: '';
        width:109%
    }

    Thanks 🙂
    With Best Regards
    Mohammad

    #104780
    ytilles
    Member
    Post count: 11

    While it’s not an elegant solution — because the arrow is too close to the right edge — it does work in removing the additional arrow displayed by FireFox. Thank you.

    #104940
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok.Thanks Mohammad
    -Rui

Viewing 4 posts - 1 through 4 (of 4 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