Forum
Welcome, Guest
Please Login to access forum.
Re:Templates customization (1 viewing) 
Go to bottom
TOPIC: Re:Templates customization
#3670
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:Templates customization Karma: 84  
Take care that you are working with CSS gradients, starting from a red color that i sent you as an example of course #FF0000 to the blue color #00405C:

Code:

background: -webkit-linear-gradient(top, #FF0000 0%, #00405C 100%) !important;
If you don't want a gradient, if you are not expert with CSS simply use a normal and standard background:
Code:

background: #00405C !important;
You may need to clear the browser cache.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top