TOPIC: information to add custom css files and new preset color

information to add custom css files and new preset color 6 years 8 months ago #8881

  • jedi4444
  • jedi4444's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
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
The administrator has disabled public write access.

information to add custom css files and new preset color 6 years 8 months ago #8883

  • caselock
  • caselock's Avatar
  • OFFLINE
  • Administrator
  • Posts: 330
  • Thank you received: 32
  • Karma: 2
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:
    <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>
then create a file preset-1.css, preset-2.css, preset-3.css,.... on root / templates/ ot_yourtemplate/ assets / css /
The administrator has disabled public write access.
The following user(s) said Thank You: jedi4444

information to add custom css files and new preset color 6 years 8 months ago #8886

  • jedi4444
  • jedi4444's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Thank you, very good
The administrator has disabled public write access.
Time to create page: 0.091 seconds