Activity

  • Anve S. replied to the question How to remove "designed by buddyboss" footer? in the forum BuddyBoss Mobile Only 8 years ago

    Hi @alvedon,

    Please try changing the footer text in footer.php file of the child theme.

    Also you can you the following css to remove the pinterest social icon .Apply it in your child theme custom css file .


    #footer-icons .social-icons li a.link-pinterest {
    display: none;
    }

    Regards
    Anve