Okay
  Public Ticket #1749323
How to change color styles
Closed

Comments

  • 3dadvertising started the conversation

    Hi jelly staff. I'm pretty new editing html files. i've already did it a few times.

    I can't find the way to change the color styles that comes with the muziq theme.

    Could you be so kind to tell me which files i've to edit?

  •  840
    Jelly replied

    Hello,

    Please check files in styles/colors folder. Copy one color-yellow.css, change colors to yours, class .paletteyellow to .paletteyourcolor.

    After go to html file and add color-yourcolor.css after main.css:

    <link rel="stylesheet" href="styles/main.css">
    <link rel="stylesheet" href="styles/colors/color-yourcolor.css">
    

    Now all you need to do is to add paletteyourcolor class to body.

    Please check and let me know.

    Best Regards,
    Jelly Team