• Resolved Esther

    (@culturele_agenda)


    How can I change colors on this cart page: https://snipboard.io/OnsWkA.jpg
    I want to change the yellow bar and the green button. The hover color of this button is not correct so you can’t read the text.

    Hope someone can help me.

    • This topic was modified 3 years, 10 months ago by Esther.
Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Senff

    (@senff)

    Hey @culturele_agenda

    Can you share a link to your site please? That way, we can check the underlying source code and help you with some code to change the colors.

    Thanks!

    Thread Starter Esther

    (@culturele_agenda)

    My shop is not online yet but I put the shopping cart temporarily online: https://www.museumstaal.nl/winkel/winkelmand/

    Thread Starter Esther

    (@culturele_agenda)

    @senff I shared the link. Have you already had the opportunity to check the code?

    Plugin Support Senff

    (@senff)

    Hey @culturele_agenda

    You can do this with a little bit of custom CSS code.

    Go into your site’s admin Dashboard and select Appearance → Customize →?Additional CSS. In the CSS textbox on the left, add the following code:

    .woocommerce-cart table.shop_table.cart thead {
      background: red;
    }
    
    .woocommerce-cart #primary .wc-proceed-to-checkout a.checkout-button {
      background-color: blue;
    }

    You should see the changes right away, but this is just a preview for you, so you can experiment a little if you like.
    Once you’re happy with it, select “Save Changes” from the top, and your changes will be applied to your site.

    Thread Starter Esther

    (@culturele_agenda)

    It works, thank you very much!

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, feel free to open a new topic.

    Thread Starter Esther

    (@culturele_agenda)

    How can I change the colors of these buttons in the ‘you may be interest’ section:
    https://snipboard.io/wSp7j0.jpg
    Now I cannot read the button text.

    Can anybody help me?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change colors on cart page’ is closed to new replies.