Home › Forums › Themes Support › Claue › How to make the text of the variations show?
- This topic has 9 replies, 2 voices, and was last updated 6 years, 10 months ago by Harry.
-
AuthorPosts
-
-
February 16, 2018 at 10:05 am #17210
-
February 17, 2018 at 1:01 am #17229
Hi,
On mobile the user have to touch on the color to know which image.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 17, 2018 at 1:18 am #17232
Hi Harry, thank you for your response.
What I meant to say was that I need the actual text if the name of the color on top of the little variation picture. It disappeared out of nowhere and changed to the hover effect.
How can I not have the hover effect and just have the text there?
Thank you!
-
February 17, 2018 at 11:50 pm #17247
Hi,
The tooltip text name of color appear when you touch on color on mobile but it in little time about 0.5s Could you check it again?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 17, 2018 at 11:55 pm #17249
Hi Harry,
I don’t want people to have to touch to be able to find out what color they’re selecting.
You guys had the option to just display the text right away, not hide it in a tool tip.
How can I display just the text? I don’t want the tool tip
-
February 18, 2018 at 12:30 am #17252
Hi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 800px) {
.swatch__list–item .swatch__tooltip {
top: -30px;
opacity: 1;
visibility: visible;
}
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 19, 2018 at 9:15 pm #17269
-
February 20, 2018 at 11:55 pm #17299
Hi,
Please change prev code to
.swatch__tooltip { opacity: 1; visibility: visible; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
February 24, 2018 at 5:38 am #17393
-
February 25, 2018 at 12:03 am #17435
Hi,
I’m sorry for this case i don’t have any idea to space them out.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.