Viewing 10 posts - 1 through 10 (of 10 total)
  • #252328
    riasbedankjes
    Member
    Post count: 34

    Hello,

    How can I change the color of this:

    It is when I want to add an product of WooCommerce to my cart. After that I get an message like this, with the some blue color. How can I change this blue color ?

    I cant find this color into my customizer of the theme so..

    Hopefully you can help me with this.

    Kind regards,
    Wesley

    #252637
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-message {
        background: #ff0000 !important;
    }

    Thanks
    Mohammad

    #252644
    riasbedankjes
    Member
    Post count: 34

    Thank you!

    And how can I change the text and check symbol to white (#ffffff).
    I change it with the code: color: #ffffff !important;.
    But only the text is changed to white and not the check symbol.

    Hopefully you can help me with this to.

    #252649
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code also:-

    .woocommerce .woocommerce-message::before {
        color: #fff !important;
    }

    Thanks
    Mohammad

    #252664
    riasbedankjes
    Member
    Post count: 34

    Thanks for you reply and support !

    #252673
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad to help you ๐Ÿ™‚ .
    Thanks
    Mohammad

    #253667
    riasbedankjes
    Member
    Post count: 34

    Hello Mohammed,

    I get the same color with this message:
    No products matching your search criteria

    Hopefully you can help me with this to…

    #253814
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please right click on element > inspect element > find the exact class of element > apply same code again with this class.
    Thanks
    Mohammad

    #254502
    riasbedankjes
    Member
    Post count: 34

    Thanks!

    #254568
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register