Home Forums WoodMart support forum Issue on product hover

Issue on product hover

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #518021

    fabioweb
    Participant

    Hello, i have an issue on product hovering with a text string. I’d like to see hover like in your demo.
    Pls check attachment to understand the issue.
    Thanks waiting your feedback

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

    Hung Pham
    Keymaster

    Hi fabioweb,

    Thanks for reaching to us.

    It caused by the Custom CSS added to Theme Settings > Custom CSS https://prnt.sc/hwl6TfVc7zCa

    Seems you wanted to change font-size of tooltip, if so, please remove above code use this below Custom CSS Code

    .product-wrapper .wd-buttons .wd-tooltip-label{
    	font-size: 16px;
    	color: #8B5635;
    }

    Regards,

    #518435

    fabioweb
    Participant

    Ok thanks i had to use following code

    .wd-compare-btn span, .wd-wishlist-btn span, .wd-action-btn.wd-style-text > a::before {
    color: #8B5635 !important;
    font-size:inherit !important;
    }

    Now issue is in tooltip. Why name is not displayed?
    It’s visible only “quick view ” label name

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

    Hung Pham
    Keymaster

    Hi fabioweb,

    Please remove font-size:inherit !important; attribute.

    Regards,

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