Jump to content
WebFlake

Footer icon


bicek

Recommended Posts

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();}}

 

  • Like 2
Link to comment
Share on other sites

image.thumb.png.1abe1dee6f8dad315ce92ac4932ed522.png

 

@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

 

image.thumb.png.e4ac5e197af4f9c2f4b08d72c1126a66.png

 

Edited by maaka
Link to comment
Share on other sites

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...