Home Forums WoodMart support forum change color .woocommerce-info

change color .woocommerce-info

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #572984

    PDV
    Participant

    How can I change this green color? I added this code, but it doesn’t works everywhere in woocomerce…
    .woocommerce-info{
    background-color: #383e42;
    }

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

    Hung Pham
    Keymaster

    Hi PDV,

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    Please use below code:

    div.woocommerce-message{
    	background-color: #383e42;
    	color: #fff;
    }

    Regards,

    #573295

    PDV
    Participant

    Thanks a lot!

    #573302

    PDV
    Participant

    But here it’s green ….

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

    Hung Pham
    Keymaster

    Hi PDV,

    Please remove previous code and use below code:

    body.woocommerce-cart div.woocommerce-message{
    	background-color: #383e42;
    	color: #fff;
    }

    Regards,

    #573487

    PDV
    Participant

    Thank you!

    #573591

    PDV
    Participant

    seems that it doesn’t work…

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

    Hung Pham
    Keymaster

    Hi PDV,

    In the Complete order page, do you want to change background color as well? Please let me know and I will provide better Custom CSS.

    Regards,

    #574380

    PDV
    Participant

    Yes, I would like that all notifications have the same color : #383e42;

    #574645

    Hung Pham
    Keymaster

    Hi PDV,

    Please remove previous code. You can go to Theme Settings > Styles and colors > Notices and you can now set background color and text color https://prnt.sc/1vYjwSKHB1sW

    Regarding order complete message, use below code:

    p.woocommerce-thankyou-order-received {
    	background-color: #383e42;
    	border-color: #383e42;
    	color: #fff;
    }

    Regards,

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