• Resolved moist

    (@moist)


    Hello,
    I’m using WP3.2.1 and the Theme is FLEXIBILITY3. When you go to my website
    Terschelling you see there is a link below the footer:Help Build Houses and Hope with Habitat for Humanty. Donate Today!
    I can’t find this link anyware, I seems it is hidden in the footer.php,in one of the last lines.Here the php!

    <?php echo stripslashes(get_option(‘flex_foot_links’)); ?>
    </div>
    </div>
    <!– footer close –>
    <div class=”clearer”></div>
    </div>
    <!– wrap close –>
    </div>
    <?php wp_footer();?>
    </body></html>

    Can anyone please help me removing this link?
    Thanx,

    Erik

Viewing 2 replies - 1 through 2 (of 2 total)
  • mnasir79

    (@mnasir79)

    Modify your css
    Class footlinks try
    display:none;
    font-size:1px;
    or make the font color same as the background…

    that is what i can guide without looking into your code..
    Thanks

    Thread Starter moist

    (@moist)

    OK, I have found the FOOTLNKS in the CSS and changed the font-size to 0px. Problem solved.
    THANK YOU NASIR.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please Help Removing a Link’ is closed to new replies.