Astroid Framework Template 2 Offcanvas ICO modification
created on
Tuesday, 05 August 2025
edited on
Friday, 02 January 2026
by
Stefan Trucker
Find the file
/libraries/astroid/framework/frontend/offcanvas/trigger.php Code in Ablage kopierenCopy this to the folder
/templates/astroid_template_two/hml/frontend/offcanvas/trigger.php Code in Ablage kopierenTo change the icon, open the file trigger.php and search for
<span class="inner"><span class="visually-hidden">Off-Canvas Toggle</span></span>
</span> Code in Ablage kopierenNow change the “inner” class as desired to a Font Awesome Icon, such as
<span class="">
<span class="fa-regular fa-user fa-2xl"><span class="visually-hidden">Off-Canvas Toggle</span></span>
Code in Ablage kopierenDone, now we'll display the icon, in my case a user.
Have fun further customizing the template.
Updates
| 2025-08-05 |
Werbung