• Resolved taymcarthur

    (@taymcarthur)


    Hey there, how do I remove “BizPoint, a WordPress theme by SaltTechno.” from the footer of the page?? I know this has to be a simple CSS fix, but I cannot, for the life of me, figure it out!

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author SaltTechno

    (@salttechno)

    Hello,

    Thank you for using BizPoint for your website.

    Yes, you can remove it by using simple CSS which is given below. Why don’t you consider upgrading your theme to premium version? You can change the text as per your requirement whenever you want. Additionally, you get more features with it. Please check https://themes.salttechno.com/wordpress-theme/bizpoint-premium/.

    You can get 20% discount by using code 20OFF during checkout. This offer is valid for limited time.

    If you want to just hide the text in the footer, use this CSS:

    
    .site-info {
      visibility: hidden;
    }
    

    If you want to hide complete footer, use this CSS:

    
    .bp-footer-bg {
      display: none;
    }
    

    You can enter this CSS by going to ‘Appearance > Edit CSS’ from your admin dashboard.

    I hope this helps.

    If I could take 2 min of your time, I’d really appreciate if you could share your thoughts about my theme and give us 5-star review on https://www.ads-software.com/support/theme/bizpoint/reviews/#new-post.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing BizPoint branding from footer’ is closed to new replies.