Heisenberg submitted a new resource:
You must be registered for see links
- Have your very own light bulb theme switcher on your board!PAGE_CONTAINER
Find:
Add below:Code:<div class="p-sectionLinks">
Note: To find your theme URL. On the style chooser, right click on theme you wish to use and copy link address.Code:<div class="lightbulb"><a href="YOUR THEME URL"><i class="far fa-lightbulb-on" style="color:#FFF"></i></a></div>
EXTRA.less
Add:
Code:.lightbulb { font-size: 1.0rem; float: right; padding-top: 6px; padding-bottom: 6px...
You must be registered for see links