#how to remove business friendly text on create.css?

1 messages · Page 1 of 1 (latest)

faint belfry
#

im modding my wrapper and i removed business friendly in the files, but the text shows up.
how do i fix this?

marble pagoda
#

Find this code in the create.eta and remove it

#

<div class="theme" data-has-cc="">
<a href="#" onclick="redirect('business', 'business')">
<img src="/pages/img/themes/business.jpg" alt="Business Friendly">
Business Friendly
</a>
</div>

faint belfry
#

ok