New Landing How can we help? Themeforest Theme Support Neighborhood Add to shopping bag button position in loop

Viewing 8 posts - 1 through 8 (of 8 total)
  • #231019
    opus95448
    Member
    Post count: 33

    Hello!

    I want to change the position of the ‘Add to shopping bag’ button on the product loop pages / category pages. Instead of sliding in from the botttom, I want the button to slide in from the top. I already tried some CSS adjustments but this breaks the product image (not clickable).

    Can you provide CSS adjustments to achieve this? I really hope you can help me here. Thank You! <3

    #231267
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .standard-browser ul.products li.product figure:hover figcaption {
        top: 0px !important;
    }
    
    .woocommerce ul.products li.product figure figcaption{
    top:-80px !important;
    }

    Thanks
    Mohammad

    #231268
    opus95448
    Member
    Post count: 33

    This does not work, the product image is overlayed with a color and it’s not clickable. I had the same problem.

    #231274
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshot to indicate the issue.
    Thanks
    Mohammad

    #231276
    opus95448
    Member
    Post count: 33

    The product image should be visible, instead there is a black overlay AND i can’t click the image to get to the product page.

    Attachments:
    You must be logged in to view attached files.
    #231520
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this:

    ul.products li.product figure.product-transition-fade > a > .product-image {
        z-index: 5!important;
    }

    Thanks.

    #231574
    opus95448
    Member
    Post count: 33

    Sorry, but this makes the ‘add to cart’ button disappear.

    #231576
    David Martin – Support
    Moderator
    Post count: 20834

    I think you have add the CSS to hide that?:

    /* WooCommerce - Add to Cart Button in der Produktübersicht ausblenden */
    .add_to_cart_button {
    display: none !important;
    }

    Thanks.
    David.

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