Home Forums WoodMart support forum Notification text color

Notification text color

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

    timvanhuik
    Participant

    Hi, I have changed the color or the notification bars like this:

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

    But what I need to change in the admin -/ or change in the CSS to make the text inside the notification into an other color?

    In css, or somewhere in the admin?

    #111825

    Hello,

    Just add the like so that your code would look like:

    body .woocommerce-message{
    background-color:#ff4b4b;
    	color:yellow;
    }
    body .woocommerce-info{
    background-color:#ff4b4b;
    	color:yellow;
    }

    Best Regards

    #111827

    timvanhuik
    Participant

    The default text color is white,.. but can I also change it somewhere in the admin?

    light / dark mode?

    #111846

    Hello,

    No, it is not possible to change in the admin panel. This is Woocommerce functionality, not our theme.

    It is possible to change only with CSS.

    Best Regards

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