Font color in WooCommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69
    amanandajeep
    Participant

    Hello there !
    I want to change the PRODUCT DISPLAY COLOR INSIDE THE PRODUCT DATA PAGE ON WOOCOMMERCE PRODUCTS.
    How do I do this ?
    thanks !

    #83
    Support Team
    Keymaster

    Hello @amanandajeep,

    To change the color of the price in the single product page use below given CSS.

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

    Change the color code according to your requirement.

    Hope this helps.

    Any further issues are always welcome.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.