View Single Post
  #1  
Old 04-15-2016, 11:16 PM
 
john.hodson@iinet.net.au john.hodson@iinet.net.au is offline
 

Advanced Member
  
Join Date: Apr 2008
Posts: 68
 

Default Global change to background and font colours

Hi there,

We are in the process of upgrading from v4.1 to X-Cart 5.2.13. We now have a new X-Cart 5 site and are in the process of trying to change some simple design.

I'm hoping to do the following:
1. Change the whole website from white background to light green background (#DFF5F2). I did it in the "Custom CSS" section and managed to change the background colour to green, except for the footer section which remains white. I added the following basic CSS to get most of the background to the light green background:
/**
* background colour
*/
html, body {
background: #dff5f2;
}
*/
layout.main
background-color: #dff5f2;
}

2. Change all the font colour which is currently Blue to Dark green (#005D57).
3. Change all the price colour from the current orangy red to brown (#764000).

With my very limited IT knowledge, I remember only needing to make those changes in three places in the skin.css in v4.1. Are these changes to X-Cart 5 too ambitious for my limited computer skills?

Please help.
Thank you much.
John
__________________
John
XCart Business v.5.4.1.48
Reply With Quote