Works fine. QUESTION: I have a lot of code that previously resolved the two stars appearing in the product page. I assume I should leave all the code in. This is what I have.
/* ————————————–
WISH LIST
—————————————– */
/* latest code from David 8-9-16 */
.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist:nth-of-type(2) {
display: none;
}
/* Fixed double star. First code not necessary.
li.current-menu-ancestor.current-menu-parent.menu-item-has-children.sf-std-menu.parent > a {
color: red!important;
}*/
.product-type-variable .single_variation_wrap .yith-wcwl-add-to-wishlist{
display: none!important;
}
/* Change Product Select Options Text Color */
.woocommerce ul.products li.product figure figcaption .shop-actions > a:hover {
color: #FFF !important;
}
/* Change Product Select Options Wishlist Icon Color
.woocommerce ul.products li.product figure figcaption .yith-wcwl-add-to-wishlist a {
color: #FFF !important;
}*/
Thanks again for all your help David.
webmgr