• Windan Waves

    (@windanwaves)


    I’m just looking to change the price color as I notice it’s just a slight different shade of blue than everything else on the page.

    Also, I’m not sure if this correlates, but I also notice the hover color on the proceed to checkout button here:
    https://windanwaves.com/shop/shopping-cart/

    is also that same slightly different shade of blue.

    Any help to change these two things would be greatly appreciated!!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @windanwaves

    To do that, go to Appearance → Customize → Additional CSS and enter the following code:

    ul.products li.product .price {
      color: #24c7e1;
    }
    
    a.button.alt:hover {
      background-color: #24c7e1;
    }

    Let me know if that does it.
    Thank you.

    Thread Starter Windan Waves

    (@windanwaves)

    Thank you! This worked flawlessly! <3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Price Color on Shop Page and Proceed To Checkout Button (Hover)’ is closed to new replies.