Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #340497
    Rashaim Little
    Participant

    I just installed the theme and out of the box text inside options is black. I am unable to change it back to white or grey.

    https://imgur.com/a/iegjHn0

    I changed many colors in the process of trying to fix it. How can I make all thing as it was default?

    #340499
    Rashaim Little
    Participant

    I also checked this issue only happening on individual product page.

    #340502
    minal
    Keymaster

    Hello @Rashaim:

    Try adding the below CSS snippets to your additional CSS

    go to Dashboard > Appearance > Editor > Templates > Front Page

    Check the screenshot below
    additional-css

    
    .woocommerce div.product form.cart table.variations td select {
      filter: invert(1);
      border-color: #d0d0d0;
    }
    

    Hope it works for you !!

    Sincerely,

    Minal

    #340511
    Rashaim Little
    Participant

    Thanks @minal. Yes it worked. I was wondering isn’t it bug as it comes with this text color out of the box? I am using a fresh installed WordPress with no customization at all till now.

    #340514
    minal
    Keymaster

    Hello @Rashaim:

    Yes, it was a bug. The CSS we provided was just a quick fix. We’ve already resolved the issue in our theme, and you will receive a notification once the update is available.

    Sincerely,

    Minal

    #340516
    Rashaim Little
    Participant

    Thank you for fixing the issue @minal. Appreciate your quick support.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.