This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

How to change colors on Woo Commerce (error) messages

  • Creator
    Topic
  • #24029
    voysys
    Participant

    How can I change the background color on the messages that pop up on the cart and checkout pages by Woo Commerce?

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #24036
    Jason Bobich
    Keymaster

    Hi,

    To customize this would be CSS Customizations you’d need to make to the theme. — For CSS changes, it’s a good idea to use a tool like firebug or Google Chrome’s built-in developer tools to locate them and then put the edits either in your child theme‘s style.css or in the “Custom CSS” option on your theme options page.

    .woocommerce-message {
    
    }
    .woocommerce-error {
    
    }
    .woocommerce-info {
    
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.