Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3796711
Woo version of 9.5.x display issue
Open

Comments

  •  4
    scottpaul70 started the conversation

    Minor display issue with new Woo versions 9.5.x. After you choose an attribute, the "Clear button" font is in black instead of white. See pic

    Attached files:  image (3).png

  •  2,701
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .variations_form a.reset_variations,
    .woocommerce div.product form.cart .reset_variations {
      color: #fff;
    }
    

    Regards,
    PenciDesign.