• I’m looking to edit the product archive price colour, which is picking up the default green from the global colours.

    Appearance > Customise > Colors
    is completely empty.

    Adding CSS isn’t working either; I can change the font family and weight, but not the colour. Editing directly on the template doesn’t override the default either.

    Does anyone know where the global colours are set please?

Viewing 1 replies (of 1 total)
  • Hello,

    Please try to customize it via APpearance > Customize > Woocommerce > Advance Styling.

    or try the below code.

    .woocommerce ul.products li.product .price .amount {
        color: #0a0ac7;
    }

    PS- change the color code as per need.

    If not resolved with the above share the page URL

Viewing 1 replies (of 1 total)
  • The topic ‘Global colours blank?’ is closed to new replies.