• Resolved phodesigns

    (@phodesigns)


    I am trying to figure out how to customize all the green bar notifications that come up when looking at products and purchasing products.

    Most of the defaults are not bad but the one that doesn’t make any sense is “Customer matched zone “Locations not covered by your other zones”.”

    Any help on how to change this and other notifications would be greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • John Coy a11n

    (@johndcoy)

    Automattic Happiness Engineer

    Hi @phodesigns,

    Custom styles can be applied using CSS and the recommendations provided on this support page:

    https://docs.woocommerce.com/document/customizing-woocommerce-best-practices/

    You can use the following CSS to change the message bar from green to any other HEX color. In this case, replacing #51A97A with your desired color :

    
    .woocommerce-message, .woocommerce-noreviews, p.no-comments {
        background-color: #51A97A !important;
    }
    

    Hopefully this gets you going in the right direction to get the job done!

    Thanks,

    Thread Starter phodesigns

    (@phodesigns)

    Thanks John for your reply, but I know how to change the colors in CSS. I guess I didn’t make myself very clear in my statement. I am looking to change the text, not the colors. I cannot change text in CSS.

    Does anyone know how to change the text of the notifications in WooCommerce/Storefront?

    D Smith a11n

    (@dsmithweb)

    Automattic Happiness Engineer

    Hi there!

    Sorry for the misunderstanding. That “Customer matched zone” message means you’ve got Shipping Debug enabled– you can turn that off by going to WooCommerce > Settings > Shipping > Shipping Options and deselecting the box next to “Enable debug mode.”

    In terms of changing the content of other messages, if you specify which ones, they may be able to be disabled entirely– or you could use the free Say What? plugin to change what they say.

    Please let us know if you have further questions!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Notifications’ is closed to new replies.