- Posts: 78
- Thank you received: 0
Add more styles for custom pages
-
Giorjoom
Active member - Topic Author
- Member
Less
More
7 years 9 months ago - 7 years 9 months ago #47026
by Giorjoom
Add more styles for custom pages was created by Giorjoom
I already used the 3 styles that come with the template and customized the background, but need now additional styles. I am copying the template and then go to change it in Style Designer.
I already copied the styleX.php in templates/hot_wine/styles folder (in order to get style4.php, style5.php, ecc. where I can change the background) but when I go into the customization through backend Templates: Edit style /Style Designer / Select Style I still find only the 3 option listed in the attached file
I already copied the styleX.php in templates/hot_wine/styles folder (in order to get style4.php, style5.php, ecc. where I can change the background) but when I go into the customization through backend Templates: Edit style /Style Designer / Select Style I still find only the 3 option listed in the attached file
Last edit: 7 years 9 months ago by Giorjoom.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6766
- Thank you received: 719
7 years 8 months ago #47029
by milos
Replied by milos on topic Add more styles for custom pages
Hello,
Please edit file /templates/hot_wine/templateDetails.xml. Find this part:
and add more options below, like this:
Best regards,
Milos
Please edit file /templates/hot_wine/templateDetails.xml. Find this part:
Code:
<option value="1">Style 1</option>
<option value="2">Style 2</option>
<option value="3">Style 3</option>
and add more options below, like this:
Code:
<option value="1">Style 1</option>
<option value="2">Style 2</option>
<option value="3">Style 3</option>
<option value="4">Style 4</option>
<option value="5">Style 5</option>
Best regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.146 seconds