Product font color changes on mouse over

  • mengel
    Asked on October 5, 2017 at 2:40 PM

    I swaw a mouse over setting but can find it.  When you mouse over the product description my white font disapears and i can see the description.  I think it may be a mouseover issue.

  • Mike
    Replied on October 5, 2017 at 3:59 PM

    I have added the next CSS to your form in order to fix this. Please re-check the form.

    .hover-product-item:hover {
    color: white;
    }
    .form-line-active {
    color: white;
    }

    Product font color changes on mouse over Image 1 Screenshot 20

    Let us know if you need any further assistance.