Advertisement
_officialdave

Remove styleChanger from Echolake

Sep 12th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.54 KB | None | 0 0
  1. To remove styleChanger from the beautiful Echolake HTML5 template found here, http://themeforest.net/item/echolake-premium-responsive-html5-template/2836698
  2.  
  3.  
  4. 1. Remove these two lines from the <head> of your template files
  5.  
  6. <link rel="stylesheet" type="text/css" href="styleChanger/changer.css" />
  7. <link rel="stylesheet" type="text/css" href="styleChanger/colorpicker/colorpicker.css" />
  8.  
  9. 2. Remove this code block from the bottom of your template files inside </body>
  10.  
  11. <script type="text/javascript" src="styleChanger/colorpicker/colorpicker.js"></script>
  12. <script type="text/javascript" src="styleChanger/changer.js"></script>
  13. <div id="stlChanger">
  14. <div class="blockChanger bgChanger">
  15. <a href="#" class="chBut">&nbsp;</a>
  16. <div class="chBody">
  17. <div class="stBlock">
  18. <span>pick color</span>
  19. <div class="stColorParent">
  20. <a href="#" class="stColor2"><span id="cFontWColor1" title="ee798d" style="background-color:#ee798d">&nbsp;</span></a>
  21. </div>
  22. </div>
  23. <div class="stBlock">
  24. <span>use preset</span>
  25. <div class="hdrStBgs">
  26. <div class="hdrCols">
  27. <span class="current" style="background-color:#ee798d;" title="ee798d">&nbsp;</span>
  28. <span style="background-color:#9e86ae;" title="9e86ae">&nbsp;</span>
  29. <span style="background-color:#2fd2ea;" title="2fd2ea">&nbsp;</span>
  30. <span style="background-color:#ff6b39;" title="ff6b39">&nbsp;</span>
  31. <span style="background-color:#e1565c;" title="e1565c">&nbsp;</span>
  32. <span style="background-color:#ff3973;" title="ff3973">&nbsp;</span>
  33. <div class="cl"></div>
  34. </div>
  35. </div>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement