Compatible XF Versions
1.4, 1.5
This is a short guide on how to remove the PixelExit copybyte in the footer.
Go to AdminCP --> Styles --> YourStyle --> Template
search for footer and edit it (not the footer.css)
find the line beginning with <div id="copybyte"> and search for the link (<a>) from pixeledit.
You can now edit it with your own informations or just comment it out with <!-- before the <a begins and --> after it ends.
Example:
With your own informations:
Code:
<a href="http://your.link" rel="nofollow" class="peCopyright Tooltip" title="Tooltip Title">Paste your content here<xen:if is="@xb_footer_fa"> <i class="fa fa-tint"></i></xen:if></a>
Remove it:
Code:
<!--<a href="https://pixelexit.com/" rel="nofollow" class="peCopyright Tooltip" title="Click here for more information
1.4, 1.5
This is a short guide on how to remove the PixelExit copybyte in the footer.
Go to AdminCP --> Styles --> YourStyle --> Template
search for footer and edit it (not the footer.css)
find the line beginning with <div id="copybyte"> and search for the link (<a>) from pixeledit.
You can now edit it with your own informations or just comment it out with <!-- before the <a begins and --> after it ends.
Example:
With your own informations:
Code:
<a href="http://your.link" rel="nofollow" class="peCopyright Tooltip" title="Tooltip Title">Paste your content here<xen:if is="@xb_footer_fa"> <i class="fa fa-tint"></i></xen:if></a>
Remove it:
Code:
<!--<a href="https://pixelexit.com/" rel="nofollow" class="peCopyright Tooltip" title="Click here for more information