New Landing How can we help? Themeforest Theme Support Neighborhood Add to cart button is smaller after the update

Viewing 15 posts - 1 through 15 (of 15 total)
  • #146003
    geomatani
    Member
    Post count: 129

    Today I updated the theme and noticed that “Add to Cart” button looks smaller. See attached screenshot

    Attachments:
    You must be logged in to view attached files.
    #146041
    Gierano
    Member
    Post count: 33

    Same problem after update 2.10

    On single product page is OK, but on variable product page “Add to cart” button is incorrect.

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

    Hi,
    Please provide me specific page url so i can check and resolve the issue.
    Thanks
    Mohammad

    #146076
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #146108
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .add_to_cart_button{
    background: none repeat scroll 0 0 #2e2e36 !important;
        border: 0 solid #2e2e36 !important;
        border-radius: 0 !important;
        color: #ffffff;
        height: 40px;
    }
    
    .add_to_cart_button:hover{
    font-weight:bold !important;
    }

    Thanks
    Mohammad

    #146428
    glassdomain
    Member
    Post count: 103

    Hi,

    I had the same issue so thank you for the reply.
    However I have noticed the hover box color no longer changes to the green?
    Any chance of getting the customer css to do this too?

    Many thanks,

    Pete

    #146454
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use custom css code:-

    .add_to_cart_button:hover{
    font-weight:bold !important;
    color: green;
    }

    Thanks
    Mohammad

    #146513
    geomatani
    Member
    Post count: 129

    i Added the custom CSS. Button size is fixed, but there is no color on hover

    #146558
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide specific page url with issue to inspect and resolve the issue.
    Thanks
    Mohammad

    #146670
    glassdomain
    Member
    Post count: 103
    #146853
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #147169
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .add_to_cart_button span:hover{
    color: #07C1B6;
    }

    Thanks
    Mohammad

    #147308
    glassdomain
    Member
    Post count: 103

    Thanks for the help – this sorted it out.

    Just to confirm i ended up using:

    .add_to_cart_button span:hover{
    font-weight:bold !important;
    color: #07c1b6;
    }
    .add_to_cart_button:hover{
    font-weight:bold !important;
    color: #07c1b6;
    }

    seems to be working fine now.

    #147318
    geomatani
    Member
    Post count: 129

    I fixed mine too. Thanks

    I used the following:

    .add_to_cart_button{
    height: 40px;
    Width: 100px;
    }
    .add_to_cart_button span:hover{
    font-weight:bold !important;
    color: #07c1b6;
    }

    .add_to_cart_button:hover{
    font-weight:bold !important;
    color: #07c1b6;
    }

    #147374
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issues has been resolved.
    Thanks
    Mohammad

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