Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @amanandajeep,

    To change the price color of the WooCommerece product use below given CSS.

    Go to Admin Panel > APpearance > Customize > Additional CSS and paste below given CSS.

    .woocommerce ul.products li.product .price {
        color: #1a1a1a;
       }

    Change the hex color code according to your requirement .

    Hope this helps .

    Also, we have setup dedicated support forum for Travel Log Theme for dedicated support and issues resolutions. You can post your queries for theme at:

    https://wptravel.io/support-forum/forum/travel-log/

    Best Regards!!

    Thread Starter amanandajeep

    (@amanandajeep)

    that didn’t fix my problem ! I am talking about the PRICE INSIDE THE ACTUAL POST …what you wrote only changes the prices when products are LISTED as RELATED PRODUCTS.

    Hello @amanandajeep

    We would like to apologize for the misunderstanding.

    To change the color of the price in individual post screen use below given CSS.

    .woocommerce div.product p.price{
        color: #5cc4ef;
        }

    Change the color as per your requirement.

    Hope this helps.

    Best Regards!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font color for Woocommerce in theme’ is closed to new replies.