New Landing How can we help? Themeforest Theme Support Neighborhood Bottom hover on product listings

Viewing 15 posts - 1 through 15 (of 24 total)
  • #87356
    kastyles
    Member
    Post count: 123

    It there a way to make this transparent instead of a color? I like the star and add to shopping bag but because I have landscape listings it covers almost my whole listing picture on mobile.

    #87400
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:

    .woocommerce ul.products li.product figure figcaption{
    background:none repeat scroll 0 0 rgba(37, 37, 37, 0.4) !important;
    }

    Hope that should work and let me know your feedback.

    Thanks

    #87495
    kastyles
    Member
    Post count: 123

    Thank you!

    It did make it transparent but a gray transparent color… I like how the background around the star stays though! ๐Ÿ™‚

    http://kastyles.co/shop

    #87502
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Do you want white color transparent? You also want to transparent green star background ?
    Thanks

    #88625
    dorud
    Member
    Post count: 24

    Hi Mohammad,

    I have a similar issue, looking a slightly different approach. Instead of making the black strip transparent, I want to move it below the product image. For mobile only if possible. Or remove it completely, again for mobile only.

    Can u help me pls?

    THX!

    #88648
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You would have to remove it, add this to your custom css:

    @media only screen and (max-width: 768px) { 
    .shop-actions {
      display: none;
    }
    }

    – Kyle

    #271800
    uform
    Member
    Post count: 60

    I would like to have the add to shopping bag section transparent and the wishlist star section as well.

    The code you gave work fine for the desktop since the section appears with an over gesture but on mobile the section does not appear transparent. Is it possible to do?

    Thanks,

    #271942
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

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

    #272134
    uform
    Member
    Post count: 60

    I have added this code :

    .woocommerce ul.products li.product figure figcaption{
    background:none repeat scroll 0 0 rgba(37, 37, 37, 0.4) !important;
    }

    The result is partial see picture 1 for desktop version. In blue the transparent is seen but not in the red section.

    The picture 2 is on mobile. N’either the add to cart section nor the whishlist section becomes transparent.

    How to.

    Thanks.

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

    Hi,
    Please provide me specific page url with issue.
    Thanks
    Mohammad

    #272413
    uform
    Member
    Post count: 60

    On the home page of the desktop and mobile version. I’m talking about the add to cart and star section at the bottom of each image of a product. On a desktop that section appears when the mouse goes over but on mobile the section is always there.

    I would like it to be transparent all over.

    Thanks.

    http://dkolor.com/

    #272504
    uform
    Member
    Post count: 60

    Actually the add to cart does appear transparent on mobile and desktop. So I would like to have also the star section or whishlist section to be transparent as well!

    Thanks.

    #272917
    David Martin – Support
    Moderator
    Post count: 20834

    Please use this:

    .yith-wcwl-add-button a, .yith-wcwl-add-to-wishlist {
        background-color: transparent!important;
    }

    Thanks.

    #272980
    uform
    Member
    Post count: 60

    Great thanks! ๐Ÿ™‚

    #272995
    David Martin – Support
    Moderator
    Post count: 20834

    Anytime, thanks!

    – David.

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