Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #593723

    Hi,

    I want a different font color for text related to div class=”woocommerce-password-strength bad”.
    I appreciate your help.

    Kind Regards

    Elsa Soares

    #594346

    Hey Elsa!

    Please try this code in Quick CSS

    
    .woocommerce-password-strength.bad {
      color:red!important;
    }

    Please feel free to replace red with your own color :)

    Best regards,
    Vinay Kashyap

    #594370

    Hi Vinnie,

    This works great! :)

    All the best for you.

    Regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to style div’ is closed to new replies.