How do I change the color of the elegant and fine food html, I wanted it to be red. I tried to use the code in the article about it but it did not work and the code is different in the index.html than the example in the article. Thanks
Please check our documentation first, it's include the way to change the color.
Change Color Theme
Open which version you want to use, index.html or index02.html or any version, please open js/plugin.js then change color up to you. Then add css link to css file before head tags.
Before:
var currentColor = 'red';
$('body').addClass(currentColor);
How do I change the color of the elegant and fine food html, I wanted it to be red. I tried to use the code in the article about it but it did not work and the code is different in the index.html than the example in the article. Thanks
Hi,
Please check our documentation first, it's include the way to change the color.
Change Color Theme
Open which version you want to use, index.html or index02.html or any version, please open js/plugin.js then change color up to you. Then add css link to css file before head tags.
Before:
Then add css link to css file before head tags:
Best Regards,
Jelly Team