Comments 2James started the conversationSeptember 9, 2016 at 5:47pmGood day,You will see if you go click on "products" (originally named shop by woocommerce) it displays all the categories. You will see just below the image where the name of the category is, it is coloured in black. How do i change this colour? 1,558Laborator repliedSeptember 13, 2016 at 3:57pmHi James,Paste the following code in the Custom CSS area to change the color of category title: .woocommerce .products .product-category a h3 { background: #CCC; color: #000; }Best regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Good day,
You will see if you go click on "products" (originally named shop by woocommerce) it displays all the categories. You will see just below the image where the name of the category is, it is coloured in black. How do i change this colour?
Hi James,
Paste the following code in the Custom CSS area to change the color of category title:
Best regards,
Laborator Team