kadettcap Posted February 26, 2011 Share Posted February 26, 2011 Hi.I got bored with the background color in my theme, so i would like to change it. It that possible, and how? Link to comment Share on other sites More sharing options...
hpecas Posted February 26, 2011 Share Posted February 26, 2011 yes it's possible!look the themes/prestashop/css/global.css file and change the background value.Jorge Link to comment Share on other sites More sharing options...
kadettcap Posted February 27, 2011 Author Share Posted February 27, 2011 OKay - is it under this catecory?/* global style */a {color: #5d717e; background:none; text-decoration: underline; outline: none;}a:hover {text-decoration: none;}input:focus {outline:0; outline-offset:0; }a img {outline: none; border: none; text-decoration: none;}h2 {width:890px; padding:0 0 5px 0; margin:10px 20px 0 0; font-size: 24px; letter-spacing: -2px; font-weight: bold; color: black; }h3 { font-size: 1.1em; margin: 1em 0;}h4 { font-size: 1em;} Link to comment Share on other sites More sharing options...
mooshi Posted February 27, 2011 Share Posted February 27, 2011 Hi!You need to change the color in the body:body { background-color: white; font-size: 11px; font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #5d717e; text-align: center}Change in this value. 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