Hello!
I've read through the forum and found out that if the spotlight jpg files in the images folder are changed to the colors one wants, it should change to the color changed to. I've changed the blue files to a lighter shade of blue, uploaded them and to my web server and when I select blue in the Global Options, the original darker blue still shows up.
Am I missing something? I've checked the CSS and it looks to be correct, or maybe I need to update my build?
Thanks,
Daniel
EcoPro: Changing Spotlight Colors, still not working
Started by
danielputumayotourscom
, Jul 22 2010 03:55 PM
4 replies to this topic
#1
Posted 22 July 2010 - 03:55 PM
#2
Posted 22 July 2010 - 04:39 PM
Hey Daniel,
Did you refresh your browser? A link to the site would also help to figure it out.
Thanks
#3
Posted 22 July 2010 - 06:46 PM
Sure did do a refresh!
www.putumayotours.com
Are there any hidden spotlight files others than the ones in the images folder?
cheers,
Daniel
#4
Posted 23 July 2010 - 02:58 AM
Are you trying to do this manually, I think you would need to first eliminate the spotlight background images for this to work.
Try adding this to your Custom CSS:
`
#spotlight{
background:#000;
background-image:none}
#spotlight .effect{background-image:none}
`
That should change the background color to black, change 000 to whatever color code you want.
Thanks, Bryan
Try adding this to your Custom CSS:
`
#spotlight{
background:#000;
background-image:none}
#spotlight .effect{background-image:none}
`
That should change the background color to black, change 000 to whatever color code you want.
Thanks, Bryan
#5
Posted 23 July 2010 - 05:55 PM
Bryan:
Thank you! You're a wiz!










