Forum
Welcome, Guest
Please Login to access forum.
Re:Templates customization (1 viewing) 
Go to bottom
TOPIC: Re:Templates customization
#3663
Cobessi Philippe
Fresh Boarder
Posts: 8
User Offline
Re:Templates customization Karma: 0  
 
Logged Logged  
  The administrator has disabled public write access.
#3664
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Templates customization Karma: 79  
Now i understand, you are attempting to customize the color of the footer sitemap that is loaded inside the iframe.

In such case your template doesn't load the file template.css but this file: http://s163172399.onlinehome.fr/templates/optigestion_century_new_logo_v5/css/print.css

So you need to add the custom styles to the print.css file
 
Logged Logged  
  The administrator has disabled public write access.
#3665
Cobessi Philippe
Fresh Boarder
Posts: 8
User Offline
Re:Templates customization Karma: 0  
John,
I'm sorry
I did adding the code to print.css, refresh, empty cache
But no way

Is it another way to modify that Black ( or Silver ) template ?
in php ?
 
Logged Logged  
  The administrator has disabled public write access.
#3666
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Templates customization Karma: 79  
Despite the fact that now i don't get the sitemap anymore on your website... i guess that you have removed it, but it looks like you did it correctly and it worked.
 
Logged Logged  
  The administrator has disabled public write access.
#3669
Cobessi Philippe
Fresh Boarder
Posts: 8
User Offline
Re:Templates customization Karma: 0  
I'm realy confused...

Just looked at my website, and still get a black background in the frame ( maybe cache ?)

In your image, the background is red ( i used a "dark bleue" code 00405C)
I dont understand what happens ???
 
Logged Logged  
  The administrator has disabled public write access.
#3670
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Templates customization Karma: 79  
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