• Hello, I have created custom page for singlr products and used YITH wishlist but when i add wishlist it is only showing icon and not label. I have added the label text in the element also checked with plugin settings, everything is fine but still no label

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,
    we hope you’re doing well!

    It seems that your theme is applying a lot of extra styles to the wishlist button, and this is why you don’t see it correctly. To try to fix it, add the following CSS in Appearance > Customize > Additional CSS:

    .yith-wcwl-add-to-wishlist>*
        width: initial !important;
        height: initial !important;
        font-size: initial !important;
        line-height: initial !important;
    }
    
    .yith-wcwl-add-to-wishlist .add_to_wishlist {
        display: inline-flex !important;
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        justify-content: space-around !important;
        align-items: flex-end !important;
    }
    
    .yith-wcwl-add-to-wishlist span {
        margin-left: 20px !important;
        width: max-content !important;
    }

    Could you check it and tell us if it works well for you, please?

    We will be attentive to your response.

    Have a nice day!

Viewing 1 replies (of 1 total)

The topic ‘Label is not visible’ is closed to new replies.