Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #501579

    Hi,
    I have two questions:

    1. I want to change background color of “Warenkorb anzeigen” Button and the darker green button included “Warenkorb anzeigen” from green to red
    2. How can i change type size and color of font of the sidebar?

    How can i realize that? thanks and best regards

    #502042

    Hi mczappa,

    Could you link to pages where we can see the elements in question please?

    Thanks,
    Rikard

    #502553

    Hi Ricard, please look screenshots below. thanks. best regards

    #502833

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top div.woocommerce-message {
        border-color: red;
        background-color: red;
        color: white;
    }

    Regards,
    Yigit

    #503253

    Hi Yigit,
    it works! thanks!! But now I have a new question about this :-)
    There are two different red colours. The button red color is great, but how can i change the bachground red color?

    Please look screenshot :-) thanks

    #503277

    Hey!

    Button has a transparent background color so it would take the background color of the box. You can add following code to Quick CSS as well to change the background color of the button

    #top div.woocommerce-message a.button {
        background-color: orange;
    }

    and use the previous code i posted to change the background color of the box :)

    Regards,
    Yigit

    #504274

    Hi Yigit,

    now it`s perfect. THANKS!!!

    best regards

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Want to change color of "Warenkorb anzeigen" Button from green to red’ is closed to new replies.