Home Forums WoodMart support forum How to change color of Store Notice?

How to change color of Store Notice?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #178782

    NekruzIsmoilov
    Participant

    Hello
    Help me please, where I can find and edit Store Notice?
    I want to change text and colors

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #178807

    Hello,

    You can change it from Appearance >> Customize >> WooCommerce >> Store Notice as per your requirements as showing in this screenshot: https://ibb.co/tmPQSY7

    Best Regards.

    #178830

    NekruzIsmoilov
    Participant

    Thanks.
    How can I change background color and text color?

    #178916

    Hello,

    You need to change the primary color of the theme from Theme Settings >> Styles & Colors >> Primary Colors. Because it inherits from the primary color of the theme.

    Screenshot for Clarification: https://ibb.co/xStRB3y

    So if you want to change only the color of WooCommerce notice then you need to use the Following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-store-notice {
    background-color: green;
    color: black;
    }

    Best Regard.

Viewing 4 posts - 1 through 4 (of 4 total)