Heya,
I'd like to change the default white background of the 'Time transparent' theme to black instead of white. How exactly do I go about doing this?
Hi Modded,
Thanks for your visit. To do this, simply edit the file:
plugins/featurific-for-wordpress/templates/Time.com (Transparent)/template.xml .
In this file, you can see there are several images and text areas defined. You can add new images/text areas to customize the slideshow as you desire.
Your particular request can probably be resolved by adding the following code (that references an already-existing black image) just before the line that reads "</screen>":
<image filename="templates/common/black.gif" x="0" y="0" width="350" height="350" resizetype="exact"/>
I haven't tested this yet, but give it a shot and let me know how it works for you!
-Rich