• Resolved sundaywishes

    (@sundaywishes)


    Hi.

    How do I change the product text colour. I am using woocommerce for the store with elementor.

    The product text heading is all in pink and I cannot seem to find anywhere to change it to black.

    Please see the link.

    Thank you. Mike.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @sundaywishes
    Add this code to your custom CSS section

    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        color: blue;
    }

    Replace the color with the one that fits your needs

    Plugin Support Fernando a11n

    (@fhaps)

    Automattic Happiness Engineer

    I agree the css code provided above would work for the change you want to make. Since we haven’t heard back from you in a while, I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Product text colour’ is closed to new replies.