Home Forums WoodMart support forum Color Changing

Color Changing

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

    topmosth
    Participant

    how can i change the color of the info box/warning box kindly see the screenshot for your reference

    https://i.imgur.com/asYRHUt.png

    #144845

    Hello,

    The message background is changed by a custom CSS. Add this code to the Theme Settings > Custom CSS > Global

    body .woocommerce-message{
    background-color:red;
    }
    body .woocommerce-info{
    background-color:red;
    }

    Replace the “red” with the color as per your needs.

    Best Regards.

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