Support » Fixing WordPress » Bizway theme help – remove -BizWay Theme powered by WordPress

  • I have read through similar posts, but am struggling to remove the credits at the bottom right of my webpage (www.sapy.com) theme Bizway (free)
    I have tried:
    Insert into Appearance>>Editor in style.css

    #site-generator {
        display: none;
    }

    This has not worked.

    I also browsed through the code, and cannot find any reference to credits, and wordpress.

    As I am unfamiliar with code, I would appreciate some guidance please?

Viewing 1 replies (of 1 total)
  • You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.

    Try adding this to the end of your child theme’s style.css:

    .footer_bottom { display: none;}

Viewing 1 replies (of 1 total)
  • The topic ‘Bizway theme help – remove -BizWay Theme powered by WordPress’ is closed to new replies.