Forum
Welcome, Guest
Please Login to access forum.
Re:Templates customization (1 viewing) 
Go to bottom
TOPIC: Re:Templates customization
#3660
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:Templates customization Karma: 84  
Yes normally the file template.css is ok to put that override.

Of course you need to alter colors to see changes, also it could be the case that you need an !important clause to make the override effective like this:

Code:

#jmap_sitemap { background: -webkit-linear-gradient(top, #FF0000 0%, #727272 100%) !important; background: -o-linear-gradient(top, #FF0000 0%, #727272 100%) !important; background: -ms-linear-gradient(top, #FF0000 0%, #727272 100%) !important; background: linear-gradient(top, #FF0000 0%, #727272 100%) !important; }
Try to clear the cache of the browser too, to ensure to get the new styles. PS: that's a great news !
 
Logged Logged  
  The administrator has disabled public write access.
Go to top