|
FontAwesome (v5) - loading spinner - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: Beside You (https://mybb.group/Forum-Beside-You) +--- Forum: Guidebook (https://mybb.group/Forum-Guidebook) +--- Thread: FontAwesome (v5) - loading spinner (/Thread-FontAwesome-v5-loading-spinner) |
FontAwesome (v5) - loading spinner - Eldenroot - 19-04-2019 To replace default MyBB spinner by a modern good looking FontAwesome spinner you will need to apply these changes: - FontAwesome v5.x library is required, please load it on your website 1) Open "headerinclude" template and find this block of code: and replace it with this one: 2) Open "showthread_quickreply" template and find this block of code: and replace it with this one: *note: do not forget to apply the code above to all places where you might have the spinner3) Open your "global.css" in your theme and add these few line of code below at the end of file: 4) You are done, refresh your page (Ctrl+F5) and check the result! |