Riya Posted October 19, 2013 Share Posted October 19, 2013 How to change background color of default theme Link to comment Share on other sites More sharing options...
sharktemplate Posted October 19, 2013 Share Posted October 19, 2013 How to change background color of default theme check the theme setting modules to change the background color Link to comment Share on other sites More sharing options...
Paulito Posted October 19, 2013 Share Posted October 19, 2013 Good Morning Using ps 1.5.5 To do this go to: public_html/kidskarz.co.uk/themes/default/css/global.css and around Line 57 body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff Change #fff to whatever colour you require } body.content_only { background: #fff; } Hope this helps Paul 1 Link to comment Share on other sites More sharing options...
Riya Posted October 19, 2013 Author Share Posted October 19, 2013 Thank you Paulito for your quick reply.I am tried this it only change body colour only remain header and footer are not changed Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 everything depends on what you exactly want to change. each "part" of shop is a different object. If you want to change background / colors for certain of them - you have to edit object css styles in file mentioned by Paulito. you need to provide more informations what you exactly want to change Link to comment Share on other sites More sharing options...
Riya Posted October 19, 2013 Author Share Posted October 19, 2013 I want to change background color of header and body............. Link to comment Share on other sites More sharing options...
vekia Posted October 19, 2013 Share Posted October 19, 2013 so use these styles somewhere in global.css #header {background:red!important;} body {background:red!important;} 1 Link to comment Share on other sites More sharing options...
Riya Posted October 21, 2013 Author Share Posted October 21, 2013 Thank you Vekia and Paulito ......... Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 does it work as you expected right now? Link to comment Share on other sites More sharing options...
Riya Posted October 21, 2013 Author Share Posted October 21, 2013 yes,thanks........ Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 thank you for confirmation im going to mark this topic as [solved] you can also mark own solved topics as [solved] here is the instruction: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. it isn't necessary but it's a good practice here with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now