Jump to content

danwoodbury

Member
  • Posts

    1
  • Joined

  • Last visited

About danwoodbury

danwoodbury's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. i have managed to do this using jquery. i removed it from where it is and put it in my footer instead. this is the code i used, works a treat $(document).ready(function() { $("p a") .each(function() { if( $(this).attr("href")=="http://www.whmcs.com/" ) { $(this).parent().hide(); } }); });
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated