Viewing 3 replies - 1 through 3 (of 3 total)
  • You must change

    <div id=”follow-box”><p><?php _e( ‘Bizi Takip Edin- Follow us :’, ‘target’ ); ?></p>

    in footer.php

    Hmm . . . seems like I’m a bit late, but for future reference to those who have the same problem:

    Another way without messing with the parent theme’s CSS is to add this into your custom CSS or child-theme CSS:

    #follow-box { display: none; } /* remove follow us box on main page */

    As for disallowing comments on pages, if you go to Pages –> hover your page titles –> Quick Edit –> uncheck the Allow Comment box.

    Thread Starter Ak

    (@belledenuitmontrealgmailcom)

    thank you so much!!!!! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: target] Remove "Follow us" at bottom of page, & comments’ is closed to new replies.