In the order templates, the background of the design thumbnails sometimes has a checkerboard pattern. This is to represent a transparent background. It is possible to change this to a solid background.
Watch the following video for an explanation of how to change the design background in order templates. Read below for written instructions.
Prerequisites
- You must have administrator access to use this feature
- To edit HTML templates, an understanding and knowledge of HTML is required
- The Email and order templates app must be enabled to use this feature if you are on the Standard plan
To modify order sheet templates to change the design background
- Log into your DecoNetwork website and click Admin.
- Click Settings.
- Click Email and Order Templates.
- Click Order Templates to display the list of order templates.
The Order Templates page is displayed.
- Click Edit beside the template you want to modify.
The order template edit page is displayed.
- Select Customize template from the menu at the left.
The Customize Template screen is loaded in the main work area. This section contains an editor allowing you to edit the code of the order sheet template.
- Add the following style block code at the top of the template.
<style type="text/css">
.image_row .image img {
background: ffffff;
}
</style>Replace "ffffff" with the hex code for the color of your choice.
- Click Save.
Comments
2 comments
How can we make the color behind the graphic the shirt color instead of the transparent image?
Hi Doug,
Unfortunately, there is no way to make the background color of the graphic be the color of the product at the moment.
Please sign in to leave a comment.