zerryxu Posted September 22, 2013 Share Posted September 22, 2013 the default theme is black color, I want get rid of the black background on the footer, how to do that? at the header, category, etc, I like the pink color, how to do that? waiting for answer, thank you! Link to comment Share on other sites More sharing options...
Paulito Posted September 22, 2013 Share Posted September 22, 2013 (edited) Good morning Using PS 1.5.5 default theme 1. You should be able to do this in global.css public_html/yourtheme/themes/default/css/global.css and around line 580 you should see this: /* ************************************************************************************************ FOOTER ************************************************************************************************ */ #footer { color:#fff; background:#333 (change #333 to the colour of your choice) } .blockcategories_footer, #footer .myaccount , #block_various_links_footer, #social_block, #block_contact_infos { float:left; width:175px 2. If you mean change the colour of the module headers, categories, tags, specials, best sellers etc then go to: public_html/yourtheme/themes/default/css/global.css And around line 293 you should see this: /* BLOCK .block ******************************************************************************** */ .block {margin-bottom:20px} #footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#383838; (change this colour to whatever you require) font-weight: bold; } SEE these links: http://screencast.com/t/S6gfHc8IYBGi http://screencast.com/t/NPADgJQu Hope this helps Paul EDIT: It would be useful if you could give ps version, theme etc as line numbers may be different Edited September 22, 2013 by Paulito (see edit history) Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 the footer background I want change to white, but I don't know how to set that, it doesn't work Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 you use default theme? Paulito solution works for default template Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 yes, I use default theme you use default theme? Paulito solution works for default template Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 I change 333 to fffffff, because I want white background, but at the same time I hope the words become black Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 so Paulito solution should work for you. make sure that you haven't got CCC option ON (for css files) under adv. parameters > performance tab. turn on force compilation and turn off cache, then refresh your website with hard refresh (ctrL+f5) or clear browser cache. changes should appear. Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 CCC option ON (for css files) under adv. parameters > performance tab. turn on force compilation and turn off cache I don't understant the above words Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 open adv. parameters > performance tab in your back office, you will see there options that i mentioned above check: how to turn on force compile Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 I add your skype Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 I want background become white, and the word on it become black, how can I change? Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 It really become white background, but the words also dispear, because words color is white, how to solve that? thank you Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 im not available to private help, only on public forum. If your urls are white, you have to change also styles for #footer a & #footer a:hover Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 im not available to private help, only on public forum. If your urls are white, you have to change also styles for #footer a & #footer a:hover I want give you a picture, I dont know how, can you add my skype: zerryxu Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 you can upload picture to website like imgur.com then paste url here it will be much easier if you will share url to your website, then i will inspect code and give you solution Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 you can upload picture to website like imgur.com then paste url here it will be much easier if you will share url to your website, then i will inspect code and give you solution my website is lovejewelrystore.com, could you please also tell me how to find footer.tpl, and where to change the code in home column cross bar, you can see it is black, other is pink, thank you I want change some code in footer.tpl, but I can't find it Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 change color param in: #footer li a { color: #fff; } http://www.lovejewelrystore.com/themes/default/css/global.css + #footer .myaccount li a { display: block; padding: 0; color: #fff; background: none; } http://www.lovejewelrystore.com/modules/blockmyaccountfooter/blockmyaccount.css line 25 + #footer { color: #fff; background: #ffa07a; } http://www.lovejewelrystore.com/themes/default/css/global.css line 577 + #footer .title_block, #footer .title_block a { font-weight: normal; font-size: 14px; color: #fff; } http://www.lovejewelrystore.com/themes/default/css/global.css 594 1 Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 change color param in: #footer li a { color: #fff; } http://www.lovejewelrystore.com/themes/default/css/global.css + #footer .myaccount li a { display: block; padding: 0; color: #fff; background: none; } http://www.lovejewelrystore.com/modules/blockmyaccountfooter/blockmyaccount.css line 25 + #footer { color: #fff; background: #ffa07a; } http://www.lovejewelrystore.com/themes/default/css/global.css line 577 + #footer .title_block, #footer .title_block a { font-weight: normal; font-size: 14px; color: #fff; } http://www.lovejewelrystore.com/themes/default/css/global.css 594 thank you Link to comment Share on other sites More sharing options...
Recommended Posts