Home Forums WoodMart support forum Customize color and text for wishlist hovering

Customize color and text for wishlist hovering

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #19214

    doze
    Participant

    Hello,

    I wish to change the background color on the hovering on the “quick view”, “add to cart” and “add to wishlist” icons on product hovering in the shop page, is it possible to do that? Also, the hovering on wishlist icon currently pops up a blank text, can I customize that too?

    Thanks

    #19220

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a link to your website and some screenshots of what do you want to change.

    Regards

    #19225

    doze
    Participant

    Thank you

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

    Artem Temos
    Keymaster

    Please, send the link too.

    #19229

    doze
    Participant

    There, thanks

    #19244

    Artem Temos
    Keymaster

    Hi,

    Did you customize wish list buttons texts in the admin panel? Please, revert it back since it may cause blank text on the tooltip.

    Here is a code to change tooltips color. Add it to the Custom CSS section in Theme Settings

    .woodmart-tltp span.woodmart-tooltip-label,
    div.tooltip-inner {
        background-color: red;
    }
    .woodmart-tltp span.woodmart-tooltip-label:before,
    div.tooltip.top .tooltip-arrow {
            border-top-color: red;
    }
    .woodmart-buttons>div a span.woodmart-tooltip-label:before {
            border-left-color: red;
    }

    Regards

    #19374

    doze
    Participant

    Thanks for the CSS code, it worked.

    In the YITH wishlist settings I had left the text field blank! Sorry

    All good

    #19381

    Artem Temos
    Keymaster

    OK, we are glad to help you 🙂

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

The topic ‘Customize color and text for wishlist hovering’ is closed to new replies.