Loading...
 
Features / Usability

Features / Usability


Re: Background image in tiki-main

posts: 154 United Kingdom

You're best of putting the image in the ./img/custom folder of your site
then do as you did replacing

Copy to clipboard
background-image: url(corporate_crystal/page_corner.gif);

with

Copy to clipboard
background-image: url(./img/custom/page_corner.gif);
There are no comments at this time.