Home › Forums › WoodMart support forum › Woodmart Tooltip
Woodmart Tooltip
- This topic has 3 replies, 2 voices, and was last updated 5 years, 6 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 15, 2019 at 3:16 pm #157123
d_chParticipantHi,
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.November 16, 2019 at 10:17 am #157205
Aizaz Imtiaz AwanKeymasterHello,
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.
November 16, 2019 at 10:25 am #157208
d_chParticipantHi,
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.
November 16, 2019 at 10:51 am #157210
Aizaz Imtiaz AwanKeymasterHello
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register