Ruann Posted October 26, 2015 Share Posted October 26, 2015 Hi I recently installed a new theme : Leo Fashion Store Prestashop I had some feedback regarding the question: Just need to confirm - So to change the background colour to black and the borders to yellow(gold), must I create a new skin? As discussed here: http://www.leotheme....rsion-1-6x.html Or is there an easier way? My css is limited, so what code whould I use here? See attached screenshot of what the site should look like... Link to comment Share on other sites More sharing options...
Rolige Posted October 26, 2015 Share Posted October 26, 2015 Change the background is not difficult, the problem is that there are many other things related that need to be changed. Link to comment Share on other sites More sharing options...
Ruann Posted October 27, 2015 Author Share Posted October 27, 2015 Thank you, so lets start with the background. How would I change that to black? And what would be the steps to change the borders to yellow/gold as seen in the attachment? thanks agian Link to comment Share on other sites More sharing options...
Masiha Posted October 27, 2015 Share Posted October 27, 2015 Hello Ruan, as far as I know , you must go to theme/css/global.css , then add this code somewhere , for instance line 22 : body, #page, header, .columns-container {background: #FFF!important;background-image: none!important;} put 101010 instead of FFF , and it becomes black . 1 Link to comment Share on other sites More sharing options...
Ruann Posted October 28, 2015 Author Share Posted October 28, 2015 And then what code should I use to change the all the font colour to white? Becuase if background is black text will not show.. thanks for the help 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