Home › Forums › Themes Support › Claue › color swatches
- This topic has 12 replies, 2 voices, and was last updated 6 years, 5 months ago by Harry.
-
AuthorPosts
-
-
July 17, 2018 at 4:01 am #22856
Hi Harry,
I notices that for some reason on shop page I don’t see first color swatch for this product /product/test-layout-1-right-copy/
it is showing correctly on the quick view and on product page as well.
-
July 17, 2018 at 4:28 am #22859
-
July 17, 2018 at 4:44 pm #22877
Hi,
1. Please follow our document at http://janstudio.net/claue/document/#create-attributes and http://janstudio.net/claue/document/#create-product-color-swatches
2. You can edit tooltip in Products > Attributes > Configure Terms and change Tooltip text
To change background of active tooltip, please use below code
.swatch__tooltip { background: rgba(0, 0, 0, 0.8); }
0,0,0 as RGB and 0.8 as opacity from 0.0 – 1.0
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 23, 2018 at 2:41 am #23053
-
July 23, 2018 at 4:41 pm #23089
Hi Mag,
Please use below code
.swatch__list--item.is-selected { background: #333; border-color: #333; }
and change #333 with yours.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 24, 2018 at 4:35 pm #23151
Hi Harry, and what about the tiny little black arrow below the tooltip, it is not part of any code, does it have separate name?
please check my site /product/variable-test-layout-1-right/
thank you
-
July 24, 2018 at 6:48 pm #23165
Hi Mag,
It now your site use style of plugin AliDropship for color swatch. So I don’t see style of tooltip.
Please setup stable site before customize. I have to spend more time to do other work it will waste time for you and for me to do something you don’t use for your site.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 25, 2018 at 1:52 am #23183This reply has been marked as private.
-
July 25, 2018 at 5:03 pm #23206
Hi,
1. Please add below code
.adsw-attribute-option .meta-item-text.active { border: 1px solid #000; background: #000; color: #fff; }
2. Please change code
.entry-summary .wcst_savings_variation { float: right; }
to
.entry-summary .wcst_savings_variation { display: inline-block; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 25, 2018 at 5:53 pm #23209
Hi Harry, Thank you,
1.but I think it doesn’t change the circles border, please see attached. I added !important it started to work but only for Label variations, not circles swatches
.adsw-attribute-option .meta-item-text.active {
border: 5px solid rgba(86,207,225,0.87) !important;
background: rgba(86,207,225,0.87);
color: #fff;
}2. It made You save to be under the price but not in one line, can I have it in one line?
thank you
Attachments:
You must be logged in to view attached files. -
July 25, 2018 at 11:13 pm #23228
Hi Mag,
Please use below code
.adsw-attribute-option .meta-item-img.active img { border: 5px solid rgba(86,207,225,0.87) ; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
July 26, 2018 at 4:36 am #23240
OK thank you and what about
2. It made You save to be under the price but not in one line, can I have it in one line or is it bag with alidropship because it was in one line before this plugin? what do you think?
Thank you
-
July 26, 2018 at 2:03 pm #23262
Hi,
I tried but can’t make “You Save …” in one line with price.
It only way put it below price.
Best regards
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.