XF2-Theme [TH] iO Light Mode - 2.2.7

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
24,906
Reaction score
28,811
Points
113
NullCash
561,492
Inside Style-io.xml

Go to this code:

PHP:
<div class="p-footer-copyrightRow">
<div class="pageContent">
<div class="uix_copyrightBlock">
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
<xf:callback class="ThemeHouse\Core\Branding" method="renderStyleBranding" /><xf:set var="$thBrandingDisplayed" value="1" />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>

Remove this:

PHP:
<xf:callback class="ThemeHouse\Core\Branding" method="renderStyleBranding" /><xf:set var="$thBrandingDisplayed" value="1" />
{{ phrase('extra_copyright') }}

Then: Save & Upload.

Note: This will delete that dumb footer copywrite at the bottom of the theme.
 

Attachments

  • iO Light Mode - 2.2.7 .zip
    3.9 MB · Views: 1

Gurbetseli

New member
XNullUser
Joined
Nov 23, 2021
Messages
13
Reaction score
0
Points
1
NullCash
0
Thanks alot for sharing my friend.
 

lg11

New member
XNullUser
Joined
Mar 8, 2022
Messages
7
Reaction score
0
Points
1
NullCash
14
Thanks alot for sharing my friend.
 

K__

New member
XNullUser
Joined
Feb 21, 2022
Messages
7
Reaction score
0
Points
1
NullCash
4
Thanks for sharing, I'll check it out now.
 
Top