New Landing How can we help? Themeforest Theme Support Neighborhood Product Variations pull down CSS problem in Firefox

Viewing 4 posts - 1 through 4 (of 4 total)
  • #45786
    EdGunter
    Member
    Post count: 20

    Hi,

    For some reason in Firefox the product variations select box still has the default pull down asset.
    Do you happen to have a CSS fix for this?

    Ed

    #46316
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Hope you had a latest version of the neighborhood theme, if not please update. If it still happens in the latest version too, can you send me your website link, So I can see whats the problem by inspecting. If you don’t wanna show the URL to others, you can use the private reply to send a private reply.

    Let me know, what you got.

    Thanks,
    laranz.

    #102212
    spad
    Member
    Post count: 1

    I have solved:
    /wp-content/themes/neighborhood/style.css line 7818 add width:100%

    .woocommerce div.product form.cart .variations td.value {
        height: auto;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    and line 7794 add width: 110%;

    
    .woocommerce div.product form.cart .variations select {
        -moz-appearance: none;
        background-image: url("images/[email protected]");
        background-position: 90% center;
        background-repeat: no-repeat;
        background-size: 9px 6px;
        border: medium none;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        height: 42px;
        line-height: 16px;
        outline: medium none;
        padding: 14px 25px 12px 15px;
        text-indent: 0.01px;
        text-overflow: "";
        vertical-align: top;
        width: 110%;
        z-index: 2;
    }

    Bye!!!

    #102216
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I’m glad that you managed to resolve issue.
    Thanks 🙂
    With Best Regards
    Mohammad

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