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

    I changed the background-color of woocommerce-buttons successfull with #top button … . But how can I do do it for woocommerce-messages?
    APeschke

    #1091245

    Hey APeschke,

    Where can we see the element in question and how exactly do you want to change them?

    Best regards,
    Rikard

    #1097147

    Sorry. A long time went by. In my holidays I was offline. Here is an example of the woocommerce-message I mean:

    Best regards Annett

    #1097405

    Hi Annett,

    Thanks for that, though I’m not sure which of the texts you want to change?

    Best regards,
    Rikard

    #1097437

    Sorry the message appears only adding a product to the basket. Here a screen cutout:
    cutout message
    cutout message
    I mean the light green background and the button “warenkorb anzeigen”
    Best regards
    Annett

    #1097578

    Hi Annett,

    Thanks for the clarification. This is CSS which you can use to control that area:

    #top div.woocommerce-message {
        border-color: #8baf5b;
        background-color: #e0f1b5;
        color: #4f5f39;
    }

    Change the background-color value in order to control the background.

    Best regards,
    Rikard

    #1097607

    Thank you very much! It works ;)
    Annett

    #1097926

    Hi Annett,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1097965

    Thank you once more! we can close the topic.
    Kindest regards
    Annett

    #1098069

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Woocommerce messages’ is closed to new replies.