eletom01 Posted October 6, 2014 Share Posted October 6, 2014 Hi all, My product names turned white (so invisible) on a single category page: http://fitfood.biz/en/14-nuts It has also a white footer what is strange too. And it is the only category page with that problem. Thanks, Tamás Link to comment Share on other sites More sharing options...
nutxlago Posted October 6, 2014 Share Posted October 6, 2014 Eletom01, you have white color as "a" set in: .content_scene_cat a { color: white; } Regarding the footer, there is a background image that it is whether not found or it is not being applied. Disabling this rule, dark PS default background is visible again: .footer-container { background: url(http://fitfood.biz/modules/themeconfigurator/css/../img/footer-bg.png) repeat-x; } I cannot see which css is applying that rule because css are being compressed. If you want a more precise awnser,please, goto Advanced Parameters > Performance > disable cache and deselect "compress css". Let us know about these changes. I will visit your site again and give you more advise. Link to comment Share on other sites More sharing options...
eletom01 Posted October 6, 2014 Author Share Posted October 6, 2014 Thanks for your quick response. I think it was a bug, because when I added a one-line category description, everything came back to normal. Do not really know why. I was just about to post this "solution" Link to comment Share on other sites More sharing options...
nutxlago Posted October 6, 2014 Share Posted October 6, 2014 (edited) Eletom01, I think that the changes applied to only one category were related to the Smarty cached page. As cache was enabled, you were seeing the other categories as Smarty had cached (with legible name) before your css changes. Glad you have solved the issue! Edited October 6, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts