It's simple css you must handle by yourself.
- right click on element
- click inspect
- you will find css selector and file where to add your mod
- use color attribute to change colors
body .products.grid .simple-prod .title, body .white .simple-prod .title {color:red;}
body .products.list .simple-prod .title {color:yellow;}
Comments