Steps to add a new color style in Sj Template

Example: you can create a new color style such as Black

*** For yt framework j25

a) go to “templates\yt_framework\templateDetails.xml”, finding:

=>

b) go to “templates\yt_framework\css\color\color.xml”, finding:

=>

c) go to “templates\yt_framework\css\color” folder, copy an existing color file and rename it to black.css

d) change the content of black.css file according to your mean

e) you can choose the color style in the cpanel on fronend or Style Settings in the template configuration.

*** For Sj Joomla3 template

a) go to “templates\sj_joomla3\templateDetails.xml”, finding:

=>

b) go to “templates\sj_joomla3\includes\cpanel.php”, finding:

=>

c) go to “templates\sj_joomla3\includes\bottom.php”, finding:

=>

d) go to “templates\sj_joomla3\css\color” folder, copy an existing color file and rename it to black.css

e) change the content of black.css according to your mean

f) you can choose the color style in the cpanel on fronend or Style Settings in the template configuration.