bicek 0 Posted February 29, 2020 Share Posted February 29, 2020 How to add such coffee and heart icons to the forum footer as on the webflake? sorry for my language. I'm from Poland. Link to comment Share on other sites More sharing options...
S!r.ReaDy 120 Posted March 1, 2020 Share Posted March 1, 2020 ACP- Edit theme as HTML/CSS, search for footer, insert this code <p>Made with <i class="fa fa-coffee" aria-hidden="true"></i> and <i class="fa fa-heart" style="color:#fa3e3e;" aria-hidden="true"></i> Site</p> before {{$themes = \IPS\Theme::getThemesWithAccessPermission();}} 2 Link to comment Share on other sites More sharing options...
Birdman 117 Posted March 6, 2020 Share Posted March 6, 2020 Thanks man, works well. Link to comment Share on other sites More sharing options...
maaka 0 Posted March 12, 2020 Share Posted March 12, 2020 (edited) @S!r.ReaDy sir can u tell me how to remove this whole part.. i tried alot but didnt find.. i want this part as weblake one in center i want to like this full please help. can u guide me with code also ! thank you Edited March 12, 2020 by maaka Link to comment Share on other sites More sharing options...
S!r.ReaDy 120 Posted March 12, 2020 Share Posted March 12, 2020 1. Change the "Site" to your website name 2. Replace the code with <p align="center">Made with <i class="fa fa-coffee" aria-hidden="true"></i> and <i class="fa fa-heart" style="color:#fa3e3e;" aria-hidden="true"></i> Site</p> If you want everythingto be in the center, keep the old code and add before <div align="center"> dont forget to add </div> at the end of the page Link to comment Share on other sites More sharing options...
Triqqy 61 Posted March 13, 2020 Share Posted March 13, 2020 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Recommended Posts