Jump to content
Sign in to follow this  
thenbrent

EcoPro Custom Colour Scheme CSS Background Image URLs Incorrect

Recommended Posts

thenbrent

Hi Team, Just started using EcoPro and found a rather simple bug in the custom colour schemes. The background image URLs are incorrect. They are given relative to the base CSS dir. For example, the color_black.css contains the attribute:

#spotlight, #footer { background: #666 url("../images/colors/black-spotlight-rpt-bg.jpg") repeat-x center top; }
	
But this renders a grey background only. As the custom colour scheme css files are in /pro/css directory, the url should be:
#spotlight, #footer { background: #666 url("../../images/colors/black-spotlight-rpt-bg.jpg") repeat-x center top; }
	

Hope that helps and thanks for a great theme. Brent

Share this post


Link to post
Share on other sites
Andrew

Brent, Thanks for that... I will check it out and patch.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×