- Posts: 2
- Thank you received: 0
information to add custom css files and new preset color
- Walter Di Matteo
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
8 years 7 months ago #8881
by Walter Di Matteo
hi,
you can create a custom css files, without entering nelo tenmplate manager?
how can I add a new set of colors? (Presets)
thank you in advance
you can create a custom css files, without entering nelo tenmplate manager?
how can I add a new set of colors? (Presets)
thank you in advance
Please Log in or Create an account to join the conversation.
8 years 7 months ago #8883
by Kiên
Replied by Kiên on topic information to add custom css files and new preset color
Hi,
You can add css code to custom css on template manager or insert them on the files css with path: root / templates/ ot_yourtemplate/ assets / css /
Add Presets file:
#1 open templateDetails.xml file on template
#2 search tag "schemes" and add example:
then create a file preset-1.css, preset-2.css, preset-3.css,.... on root / templates/ ot_yourtemplate/ assets / css /
You can add css code to custom css on template manager or insert them on the files css with path: root / templates/ ot_yourtemplate/ assets / css /
Add Presets file:
#1 open templateDetails.xml file on template
#2 search tag "schemes" and add example:
Code:
<schemes>
<scheme id="preset-1" cssFile="preset-1.css" color="#48DBA2" />
<scheme id="preset-2" cssFile="preset-2.css" color="#F75375" />
<scheme id="preset-3" cssFile="preset-3.css" color="#51B2ED" />
<scheme id="preset-4" cssFile="preset-4.css" color="#FDC400" />
</schemes>
The following user(s) said Thank You: Walter Di Matteo
Please Log in or Create an account to join the conversation.
- Walter Di Matteo
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
8 years 7 months ago #8886
by Walter Di Matteo
Replied by Walter Di Matteo on topic information to add custom css files and new preset color
Thank you, very good
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds