![]() |
|
Changing Background Color - Printable Version +- Featurific Support (http://featurific.com/support) +-- Forum: Templates (/forum-6.html) +--- Forum: Template Customization (data.xml and template.xml questions) (/forum-7.html) +--- Thread: Changing Background Color (/thread-82.html) |
Changing Background Color - ModdedDesigns - 05-22-2009 06:40 PM 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? RE: Changing Background Color - rinogo - 05-23-2009 03:48 AM 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 |