Home Forums WoodMart support forum Woodmart Tooltip

Woodmart Tooltip

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

    d_ch
    Participant

    Hi,

    I would like to ask you the following about the tooltip appeared on hover of my products (Add to Cart, Quick View, Add To Wishlist):

    1) Is it maybe possible to totally remove it?
    2) How can I change the black background color of it?
    3) How can I change the “capitalize” CSS text-transform property to “none”?

    Please check my attached screenshot.

    Waiting for your further reply on the above!

    Thank you in advance.

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

    Hello,

    There is no such option in the theme currently to remove the tooltips or to change the background color and set the “capitalize” CSS text-transform property to “none” from the quick view, add to cart and wishlist.

    It requires customization and this is beyond our limitations and support policy.

    Best Regards.

    #157208

    d_ch
    Participant

    Hi,

    As I see a partner of yours (Elise Noromit) has already given the solution to hide the tooltips at the following topic via the CSS below:

    https://xtemos.com/forums/topic/remove-tooltips/

    .woodmart-tltp span.woodmart-tooltip-label,
    div.tooltip-inner {
        display:none;
    }
    .woodmart-tltp span.woodmart-tooltip-label:before,
    div.tooltip.top .tooltip-arrow {
            display:none;
    }
    .woodmart-buttons>div a span.woodmart-tooltip-label:before {
            display:none;
    }

    I tested the above CSS and it seems that it works correctly.

    #157210

    Hello

    I’m glad that the CSS provided by our other team member works for you to hide the tool tips. You can use that CSS if it works according to your expectations.

    But you can also noticed that background color and changing the “capitalize” CSS text-transform property to “none” still not achievable with that CSS code which shared by our other team member. As that code is only to hide the tooltips.

    So the other two things still can’t be achievable with that custom CSS and it required customization which is beyond our limitations and support policy.

    Best Regards.

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