Okay
  Public Ticket #947722
color
Closed

Comments

  •  2
    Sara started the conversation

    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

  •  840
    Jelly replied

    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:

    var currentColor = 'red';
    $('body').addClass(currentColor);
    

    Then add css link to css file before head tags:

    <link rel="stylesheet" type="text/css" href="css/color/red.css">
    

    Best Regards,
    Jelly Team