How to remove links added to the bottom of my template - Joomla! Forum - community, help and support


i have paid template doesn't come links. however, company set me added text bottom of site cannot edit on back-end. know how remove this? appears on of pages, except first one. on main page have actively removed using visualweboptimizer.com. while works, know text located.

here example link.
http://spanishvacationrental.com/property.html


i want remove "vacation rental la cala de mijas vacation rental costa del sol vacation rental malaga
website design by: web designer hire", found on bottom of page.

please make sure have right remove such notices on template though it's commercial theme (first read terms).

to remove it, open /templates/gk_viyo_blue/index.php in text editor

find line of code (598 - 605):

code: select all

<div id="copyright">
</br>
<strong>vacation rental la cala de mijas vacation rental costa del sol vacation rental malaga</strong>

  <div id="informations"> <p style="color:#000">website design by: <strong><a href="http://webdesigner-for-hire.com/" style=" font-size:12px; color:#f00;">web designer hire</a></strong>
   </p></div>
    <!-- style switcher -->
    </div>


and delete it.





Comments