Forum
Welcome, Guest
Please Login to access forum.
Re:Templates customization (1 viewing) 
Go to bottom
TOPIC: Re:Templates customization
#3658
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:Templates customization Karma: 84  
Hi Phil,

yes it's possible using custom CSS.
You can override the following style in your Joomla template css file and change the background color as you prefer:

Code:

#jmap_sitemap { background: -webkit-linear-gradient(top, #BEBEBE 0%, #727272 100%); background: -o-linear-gradient(top, #BEBEBE 0%, #727272 100%); background: -ms-linear-gradient(top, #BEBEBE 0%, #727272 100%); background: linear-gradient(top, #BEBEBE 0%, #727272 100%); }
Best regards and greetings to Paris and France. John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top