This topic has 4 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi!
I hope all is well.
Just wondered is it possible to show tooltips on mobile?
When you hover over the colour selection it appears all ok on a desktop but on mobile it doesn’t appear. Sometimes there are products which are very similar colours and cant really tell what the colours are if a description doesn’t appear?
Many thanks!
Hello,
Add the below code to Theme Options > Custom CSS
@media only screen and (max-width: 768px){
.sten-li-disabled:after, .type-color:after, .type-image:after {
display: block;
}
}
Regards
Hi Olga,
Perfect!!
Thanks so much again as always 🙂
Have a great weekend
Scott
Hello,
You are welcome.
You too!
Regards
Tagged: attribute, mobile, themes, tooltips, user friendly, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up