Product text keeps changing to black on mouseover

  • FloriDarts
    Asked on June 29, 2016 at 2:51 PM
    sadly this does not work any longer and i cannot find a way to do it :(
  • David JotForm Support Manager
    Replied on June 29, 2016 at 3:08 PM

    If you want to remove the highlight effect, inject the following CSS code as explained on this guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-line-active {

    background: none !important;

    If you want to remove the background error, inject the following CSS code: 

    .form-line-error {

    background:transparent !important;

    }

    Also, if you want to remove the background color from the product items when the mouse hovers, inject this code:

    .hover-product-item{

    background:transparent !important;

     

    }

    Let us know if you need more help.

  • FloriDarts
    Replied on June 29, 2016 at 3:45 PM
    This does not work. It removes all backgrounds, I don't want to do that.
    Thanks!
    Cherokee O'Larte
    FloriDarts Club President
    Instagram: use #FloriDarts to tag your pictures
    Facebook: https://www.facebook.com/groups/FloriDarts/

    Website: https://www.FloriDarts.club
    ...
  • Elton Support Team Lead
    Replied on June 30, 2016 at 9:56 AM

    Thanks for your reply.

    Use this CSS codes if you want the product text to remain white on mouseover and when it is selected.

    span.form-product-item.hover-product-item,

    .form-line-active{

        color: #fff !important;

    }

    Inject this to your form, guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Result:

    Product text keeps changing to black on mouseover Image 1 Screenshot 20

  • FloriDarts
    Replied on June 30, 2016 at 10:44 AM

    I will try that tonight, thanks.

  • Elton Support Team Lead
    Replied on June 30, 2016 at 11:32 AM

    Great! Whenever you need assistance, make sure to let us know.

  • FloriDarts
    Replied on June 30, 2016 at 11:45 AM
    thank you, I will try this tonight.
    Thanks!
    Cherokee O'Larte
    FloriDarts Club President
    Instagram: use #FloriDarts to tag your pictures
    Facebook: https://www.facebook.com/groups/FloriDarts/

    Website: https://www.FloriDarts.club
    ...