Anyone know how to theme remove footer link ?

moneymachine01

Regular Member
Joined
Sep 2, 2009
Messages
341
Reaction score
76
I posted this theme on an unused domain to test it. Theres an nasty footer link in there titled "car insurance quote Columbia SC". Anyone know how to remove it ? I checked every single file in the theme and saw nothing. :(

Code:
http://makemoneyonlinenetwork.info
 
Look for this in the style.css

}p.footlinks {text-align:center;color: rgb(32,46,66);
font: 10px/10px normal Arial, Helvetica;}
p.footlinks a {color: rgb(32,46,66
)
it should be on line 10
 
Look for this in the style.css

it should be on line 10

I removed all of that and it just moved it over and made it bigger. I think maybe that code just controls what it looks like. Thanks though.
 
Look for this in the style.css

it should be on line 10

I altered the code in the style.css I minimized it, changed its position to align bottom (instructions on how to can be searched online)
and changed the font size from 10 to 1 px. cant even see it, however there are still backlinks- any better solutions let me know?
 
Back
Top