Artunj Posted July 22, 2013 Share Posted July 22, 2013 Hi, I want to change the colours of theme, like it is black and white I want to make for ex. purple white. is it possible? Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 it is possible in this case you have to edit the css styles of the template. what theme you use? it's a default one? and what ps version? Link to comment Share on other sites More sharing options...
Artunj Posted July 22, 2013 Author Share Posted July 22, 2013 yes default. I downloaded it recently about 1 week. I think the last one Link to comment Share on other sites More sharing options...
zuhenry Posted July 22, 2013 Share Posted July 22, 2013 Hello, You would need to edit the file global.css. This file takes care of all your design and look of the website. zh Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 that's right if it is default one you have to edit the global.css file located in the themes/default/css/ directory Link to comment Share on other sites More sharing options...
Paulito Posted July 22, 2013 Share Posted July 22, 2013 Good morning It is true that global.css will make a lot of the changes you need but many parts of the default theme have their own .css files. So it would be better to let us know what you specifically want to change. Perhaps you could give a screen shot of the parts you want to change as it will make things easier for the helpers Paul Link to comment Share on other sites More sharing options...
Artunj Posted July 22, 2013 Author Share Posted July 22, 2013 I changed all codes #000 to #066 in global.css but nothing changed. please look at brandliker.co all what you see in black I want to make purple Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 exactly as perfumeskunk said, everything depends on element that you want to change. for example font colors for content is defined here: body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff } Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 22, 2013 Share Posted July 22, 2013 ur concept is wrong first create a logo in purple..color or black purple watever purple.. dont change body text color to purple change search button color to purple ,menu background color.. title,headings.. change this.. steps: Find modules block top menu...css superfish modified change example background to purple .modules block search on block top search.tpl change class button to other name (it will not effect other buttons) to other and modify css.. on use..mozila or use developer tool to find out css by lines..good luck Link to comment Share on other sites More sharing options...
studio52 Posted July 22, 2013 Share Posted July 22, 2013 I am Very new...just started using PS, My question or issue is...I found a free them to install and use, I had no problem uploading and unzipping the file in my Control Panel, However...I was following an instruction on how to install a new theme...after the installation was complete and it didnt work, I looked at the read me file that came with the theme, it said I had to unhook all modules BEFORE installing the theme to the theme folder.....so I deleted the themem in my PS and also in my CP and went to module POSITIONS and unhooked all modules, then went back and uploaded the theme to the theme folder in CP and unzipped it....so far so good...but now the read me file says after installing the new theme to the THEME folder, rehook all the modules....so off we go hook up all the modules...then added the theme to PrestaShop....and nothing...only my default theme shows up.....it took a couple hours to unhook...all modules and rehook each one manually again. At 4:AM I gave up and went to bed...lol... Just seems like the general instruction on how to install a new theme...and the read me files with the new theme dont match up and dont work ....or the read me file assumes your already an expert and isnt complete... Any help here? Is this standard in changing themes every time you want to change a theme?.. Thanks in advance for any thoughts... Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 hello everything depends on theme that you're trying to install, so if it is possible - please give us more info about theme that you're trying to install Link to comment Share on other sites More sharing options...
Artunj Posted July 22, 2013 Author Share Posted July 22, 2013 no, on global.css it is not possible to change colours Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 believe me it is possible to change colours there just give us more info what you exactly want to change as suggested several posts above Link to comment Share on other sites More sharing options...
Artunj Posted July 22, 2013 Author Share Posted July 22, 2013 here is the photos where I want to make changes Link to comment Share on other sites More sharing options...
studio52 Posted July 22, 2013 Share Posted July 22, 2013 simpleresponsive theme is what I installed...after uninstalling and adding back my hooks...it returned to my fefault theme...with issue. My logo is now below the header and blocking the HOME button....before it was beside the search bar, its still beside the search bar but my bar that says HOME is now overlapping my logo....I guess I have totally messed up the site?...Dang it... hello everything depends on theme that you're trying to install, so if it is possible - please give us more info about theme that you're trying to install Link to comment Share on other sites More sharing options...
vekia Posted July 22, 2013 Share Posted July 22, 2013 to change header blocks colors: .block .title_block, .block h4 { padding: 6px 11px; font-size: 12px; color: #fff; text-shadow: 0 1px 0 #000; text-transform: uppercase; background: #383838; text-align: left; font-weight: bold; } global.css file line ~292 change the values of the background (for background) and color (for font color) =========================== to change color of the main menu (top horizontal menu): .sf-menu { margin: 10px 0; padding: 0; width: 980px; background: #383838; } in the file: /modules/blocktopmenu/css/superfish-modified.css ===================== languages: #header_right #languages_block_top { float: right; margin: 0; padding: 2px 6px 1px 6px; -moz-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; background: none repeat scroll 0 0 #000; } in the file: /modules/blocklanguages/blocklanguages.css =========== footer background: #footer { color: #fff; background: #333; } in global.css ~577 1 Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted July 23, 2013 Share Posted July 23, 2013 its the same default theme... Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 @Artunj let me know if this works for you or if you want additional changes Link to comment Share on other sites More sharing options...
Artunj Posted July 23, 2013 Author Share Posted July 23, 2013 yes, it works. glad to know you. thanks Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 so i'm going to mark thread as [solved] best regards Link to comment Share on other sites More sharing options...
Artunj Posted September 28, 2013 Author Share Posted September 28, 2013 sorry, when I change the language to english search part going to top. how to fix it? Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted September 28, 2013 Share Posted September 28, 2013 disable mobile theme and on back office >preferences >themes> and see if fine enable it if u like Link to comment Share on other sites More sharing options...
Artunj Posted September 28, 2013 Author Share Posted September 28, 2013 solved, thanks Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted September 28, 2013 Share Posted September 28, 2013 great > Link to comment Share on other sites More sharing options...
Recommended Posts