BuddyBoss Home – Web Support Forums Themes BuddyBoss Mobile Only How to remove "designed by buddyboss" footer?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #68978
    @alvedon

    Hi,

    I would like to remove the footer note “Designed by Buddyboss”

    and

    The social icons below that area, they are coming default but for example I dont have a pinterest account so I would like to remove them. I checked the customizer for that but couldn’t remove the unnecessary items.

    Thanks!

    Answers

    #69098
    @anve

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘How to remove "designed by buddyboss" footer?’ is closed to new replies.