HH Services Limited Posted August 2, 2014 Share Posted August 2, 2014 Hi everybody, let´s see who knows thisone: The categories description text on the front office appears on top of a black or dark grey background. The text thefore gets badly affected. I manage to solve the problem by adding a plain white image so that the text can ve seen fine. The downside is that the image takes downloading speed... Its there anyway to make the background naturally white without adding any extra image? Thank you.. Link to comment Share on other sites More sharing options...
dioniz Posted August 2, 2014 Share Posted August 2, 2014 In category.css find below code: .content_scene_cat .content_scene_cat_bg { background-color: #464646 !important; padding: 18px 10px 10px 42px; } Change background-color to #fff If you want to get rid of top border .content_scene_cat { border-top: 5px solid #333333; color: #d7d7d7; line-height: 19px; margin: 0 0 26px; } Change border-top to #fff or remove 1 Link to comment Share on other sites More sharing options...
HH Services Limited Posted August 2, 2014 Author Share Posted August 2, 2014 Thank you Dioniz.. Could you please show me the path to such file? Link to comment Share on other sites More sharing options...
vekia Posted August 2, 2014 Share Posted August 2, 2014 themes/YOUR_THEME/css/category.tpl for deafult-bootstrap template: themes/default-bootstrap/css/category.tpl 1 Link to comment Share on other sites More sharing options...
HH Services Limited Posted August 2, 2014 Author Share Posted August 2, 2014 (edited) Thank you guys!! Changing the color to fff made it!! Vekia, you meant themes/default-bootstrap/css/category.css Thank you. Edited August 2, 2014 by Anthony DeLa Riviere (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 2, 2014 Share Posted August 2, 2014 yess sorry it was my typo ;d 1 Link to comment Share on other sites More sharing options...
Recommended Posts