daniel.kapicak Posted May 11, 2014 Share Posted May 11, 2014 Hi, Im actually testing guest checkout and when I try to make order without log in to my eshop there is dark background under text (see attachment). Ho can I change this background to white? Or where is the problem?I use ps 1.6.0.6 and default theme. Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 can you share url? it's a simple css problem, so i just want to inspect your website and i will give you solution Link to comment Share on other sites More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 Yes, of course.http://lovethedove.sk/ Link to comment Share on other sites More sharing options...
vekia Posted May 11, 2014 Share Posted May 11, 2014 at the moment your website use ccc for css files so all css files are minified into one. you can disable ccc for css under adv. preferences > performance tab in back office, then i will give you correct file name at the moment i can say that you can change background param in: .title_block { background: none repeat scroll 0 0 #383838; color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 6px 11px; text-shadow: 0 1px 0 #000000; text-transform: uppercase; } it's a part of global.css file probably. Link to comment Share on other sites More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 Done Link to comment Share on other sites More sharing options...
dioniz Posted May 11, 2014 Share Posted May 11, 2014 That is blog module overriding default styles. You need to change it in yourdomain/modules/smartblog/css/smartblogstyle.css Link to comment Share on other sites More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 Thank you but I dont have any knowledge about css code so can you tell me what value I have add to background param?thank you Link to comment Share on other sites More sharing options...
dioniz Posted May 11, 2014 Share Posted May 11, 2014 Open yourdomain/modules/smartblog/css/smartblogstyle.css and find this: .title_block { background: none repeat scroll 0 0 #383838; color: #FFFFFF; font-size: 12px; font-weight: bold; padding: 6px 11px; text-shadow: 0 1px 0 #000000; text-transform: uppercase; } Delete this code and your default styles will work again. Link to comment Share on other sites More sharing options...
daniel.kapicak Posted May 11, 2014 Author Share Posted May 11, 2014 Thank you very much! Link to comment Share on other sites More sharing options...
dioniz Posted May 11, 2014 Share Posted May 11, 2014 You are welcome Link to comment Share on other sites More sharing options...
Recommended Posts