Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #930197

    Is it possible to change the woocommerce success message background color and font via quick css?

    Screenshot attached.

    Thank you.

    #930583

    Hey web6s,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
    Please change the color and font value to suit your design in the below code.

    #top div.woocommerce-message {
        border-color: #8BAF5B;
        background-color: #E0F1B5;
        color: #4F5F39;
        font-family: lato;
    }
    

    Best regards,
    Vinay

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