• Resolved WaniOlatunde

    (@waniolatunde)


    Hi

    I need help changing colours of the WooCommerce features as none of the colours match my brands – I’ve been searching the forums but none of the CSS code works for me. I’m not sure if it’s because I’m using a different theme. Also tried downloading a couple of plugins but those didn’t work either.

    I’d like to change
    1) Price colour – from green to black or grey
    2) Add to basket button – from purple to my brand colour #bc2477
    3) Proceed to checkout button – from purple to my brand colour #bc2477
    4) Place order button – from purple to my brand colour #bc2477

    https://www.waniolatundeportraits.com/basket/
    https://www.waniolatundeportraits.com/checkout/

    Any help I can help will be super appreciated as I’m super stuck. If all I can do is change the price – I’m ok with that too because the green doesn’t work anywhere on my site.

    Thanks in advance.
    Wani

    The page I need help with: [log in to see the link]

Viewing 16 replies (of 16 total)
  • THIS CSS WORKS !!…thanks to @lorro !!

    .woocommerce ul.products li.product .price {
    color: #000 !important;
    }
    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
    color: White !important;
    background-color: #bc2477 !important;
    }

Viewing 16 replies (of 16 total)
  • The topic ‘WooCommerce & Prophoto theme – change colours of price & add to cart button etc’ is closed to new replies.