Welcome.
GN template has 3 different styles. How can I create another one, 4 style?
In new style I don't want to make substantial modifications, I just want to create a style in which I will have a different background image
<field name="template_bg" type="list" default="1" label="TPL_GK_LANG_TEMPLATE_BG" description="TPL_GK_LANG_TEMPLATE_BG_DESC">
<option value="1">TPL_GK_LANG_BG_1</option>
<option value="2">TPL_GK_LANG_BG_2</option>
<option value="3">TPL_GK_LANG_BG_3</option>
</field>
<field name="template_bg" type="list" default="1" label="TPL_GK_LANG_TEMPLATE_BG" description="TPL_GK_LANG_TEMPLATE_BG_DESC">
<option value="1">TPL_GK_LANG_BG_1</option>
<option value="2">TPL_GK_LANG_BG_2</option>
<option value="3">TPL_GK_LANG_BG_3</option>
<option value="4">TPL_GK_LANG_BG_4</option>
<option value="5">TPL_GK_LANG_BG_5</option>
<option value="6">TPL_GK_LANG_BG_6</option>
</field>
body[data-bg="4"] {
background: #fff url('../images/bg4.jpg') repeat 0 0;
}
body[data-bg="5"] {
background: #fff url('../images/bg5.jpg') repeat 0 0;
}
body[data-bg="6"] {
background: #fff url('../images/bg6.jpg') repeat 0 0;
}
templatedetails.xml
templateDetails.xml