Recent content by bilal_awesome_coder

  1. B

    how remove footer links from SMThemes ?

    simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following <div id='parent_footer' style="display:none"> <div class='smthemes'> --code-- </div> </div> it will hide the footer for ever .....
  2. B

    how remove footer links from SMThemes ?

    simply put the <div class='smthemes'> in another div ...let's say <div id='parent_footer'> and set its 'display:none' just as the following <div id='parent_footer' style="display:none"> <div class='smthemes'> --code-- </div> </div> it will hide the footer for ever .....
Back
Top