Search results

  1. S

    Remove Footer Links from newwpthemes

    Hey just open style.css, find footer2 or something what the div id used for that link to appear. there change the font size to 0, thats all. example: #footer2 { color: #2B2B2B; font-size: 0px; <----- text-align: center; padding: 10px; } here after links appears no more.
Back
Top