Search code examples
wordpresswoocommercewordpress-themingwoocommerce-theming

Woocomerce Product Page Tab Text Color How to change?


ScreenshotI have tried to make changes in the text color of Dimensions under Additional Informatoin under Tabs Woocommerce Product Page using theme customise option in wordpress, but the customise option doesn't have any option to change the color of the text. The Text I have circled is Additional Information -> Dimensions. Please help me to solve the problem.


Solution

  • .woocommerce table.shop_attributes th
    {
        color: red
    }
    .woocommerce table.shop_attributes td p
    {
       color: green
    }
    

    To change color, you need to override above css !! you can try http://prntscr.com/qi4qfk