klara_galaxee Posted January 30, 2014 Share Posted January 30, 2014 Hello! I want to stylize the text from Catalog -> Features ( the text description for every product) and I don't know where . I attached a photo to see what part of text I want to stylize . Thanks in advance ! Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 you can do it with css styles for example: #idTab2 span {color:red!important;} effect: red label of each feature name Link to comment Share on other sites More sharing options...
klara_galaxee Posted January 30, 2014 Author Share Posted January 30, 2014 Thanks! Link to comment Share on other sites More sharing options...
vekia Posted January 30, 2014 Share Posted January 30, 2014 you're welcome i marked whole topic as solved too. with regards, Milos 1 Link to comment Share on other sites More sharing options...
gerstavros Posted February 1, 2014 Share Posted February 1, 2014 you can do it with css styles for example: #idTab2 span {color:red!important;} effect: red label of each feature name Which css is that? Link to comment Share on other sites More sharing options...
vekia Posted February 1, 2014 Share Posted February 1, 2014 you can paste it anywhere you want in global.css file located in your theme directory (themes/YOUR_THEME/css/global.css) Link to comment Share on other sites More sharing options...
gerstavros Posted February 1, 2014 Share Posted February 1, 2014 you can paste it anywhere you want in global.css file located in your theme directory (themes/YOUR_THEME/css/global.css) Ok i did that, just wanted to be sure which file should i use, product.css or global.css for example, thanks! Link to comment Share on other sites More sharing options...
vekia Posted February 3, 2014 Share Posted February 3, 2014 well, in fact, product.css file is for product page only... these tabs are a part of product page, so you can use it there too your global.css will be smaller then Link to comment Share on other sites More sharing options...
Recommended Posts