• I’m developing a custom child theme for a client, and I’m having trouble changing the color of the price color on product pages in Woocomerce. I can change the font size of the price but not the color, no matter if I put the new CSS in the child theme folder or the Custom CSS theme options. Any help would be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • do you have a link to the site

    Thread Starter Michelle R. Wood

    (@woodmr)

    Unfortunately no, we are not live with the site yet. I’ve tried recreating all woocommerce stylesheets in my child theme, but it is constantly rewritten when I check back on the site.

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
    text-align: center;
    color: #ccc; /* This is what you MAY want to change color */
    font-weight: 100;
    font-size: 0.5em;
    }

    in style.css will change the colour – how did you change the font size though as for some reason this code won’t affect the font size on this theme….??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change Woocommerce Price Front Color in Fruitful Child Theme’ is closed to new replies.