JoyFreak
Well-known member
JoyFreak submitted a new resource:
Light bulb theme switcher - Have your very own light bulb theme switcher on your board!
Read more about this resource...
Light bulb theme switcher - Have your very own light bulb theme switcher on your board!
PAGE_CONTAINER
Find:
Add below:Code:<div class="p-sectionLinks">
Code:<div class="lightbulb"><a href="YOUR THEME URL"><i class="far fa-lightbulb-on" style="color:#FFF"></i></a></div>
Note: To find your theme URL. On the style chooser, right click on theme you wish to use and copy link address.
EXTRA.less
Add:
Code:.lightbulb { font-size: 1.0rem; float: right; padding-top: 6px; padding-bottom: 6px; padding-right: 15px; }
Read more about this resource...