Okay
  Public Ticket #2421368
STYLE SWITCHER
Closed

Comments

  • zimondkid samwong started the conversation

    How to set up https://www.solarmond.com/ms/ms_waves/ to use style switch on page?


    Thank you

    Sam

  •  838
    Jelly replied

    Hello,

    What is "style switch" are you referring to? Could you send us a screenshot?

    Best Regards,
    Jelly Team

  • zimondkid samwong replied

    How to set up this object on the web page ?


    Thank you.

    Sam

  •  838
    Jelly replied

    This is only available in the demo, I am afraid. However, please try adding this after <div id="mask"></div> to index.html https://tppr.me/m1TAg:

    <div class="color-picker">
          <div class="picker-btn"></div>
          <div class="pickerTitle">Style Switcher</div>
          <div class="pwrapper">
            <div class="pickersubTitle"> Color scheme </div>
            <div class="picker-original"></div>
            <div class="picker-yellow"></div>
            <div class="picker-lightblue"></div>
            <div class="picker-purple"></div>
            <div class="picker-green"></div>
            <div class="picker-militar"></div>
            <div class="picker-caqui"></div>
            <div class="picker-red"></div>
            <div class="clear nopick"></div>
          </div>
        </div>

    Best Regards,
    Jelly Team