Home Forums WoodMart support forum Wishlist

Wishlist

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #155388

    pudelis
    Participant

    Hi, how to make wishlist icon in product archives page centered?

    Attachments:
    You must be logged in to view attached files.
    #155441

    Hello,

    To display the wishlist icon in the center inside the product grid item you can use the below CSS in Theme Setting >> Custom CSS >> Global CSS section:

    .woodmart-hover-base[class*=add-small] .wd-bottom-actions .wd-action-btn>a {
    margin-left: 50%;
    }

    Also if you want to remove that border line shown next to wishlist icon you can use the below CSS code:

    .woodmart-hover-base[class*=add-small] .wd-bottom-actions>div:not(:last-child) {
    border:none;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)