Technoracle
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    TechnoracleTechnoracle
    • Home
    • AWS
      • EC2
      • Lightsail
      • RDS
      • S3
    • Ubuntu
      • Ubuntu 20.04
      • Ubuntu 22.04
    • AI Tools
    • Web Hosting
    • WordPress
    • Tech News
    Technoracle
    Home - How to Remove Bitnami Banner from WordPress Blog
    Ubuntu

    How to Remove Bitnami Banner from WordPress Blog

    Rajesh ShivamBy Rajesh ShivamApril 16, 2021Updated:June 13, 2023No Comments1 Min Read
    remove bitnami banner from WordPress

    When you launch a Bitnami WordPress AMI on AWS, it has a bitnami banner on the corner. To remove the corner banner, I will share step by step guide to remove bitnami banner from WordPress blog.

    Page Contents

    • Steps to Remove Bitnami Banner
        • Step 1: SSH to the Bitnami EC2 instance
        • Step 2: Hide the banner using custom CSS
      • Conclusion
      • Read More

    Steps to Remove Bitnami Banner

    There are two ways to remove the banner from the corner

    Step 1: SSH to the Bitnami EC2 instance

    First, you have to connect to the EC2 instance using your serverkey and IP of the instance.

    $ ssh -i example.pem bitnami@12.34.56.78

    Now run the following command to disable the banner.

    $ sudo /opt/bitnami/apps/wordpress/bnconfig --disable_banner 1

    After disabling the banner, restart the server again.

    $ sudo /opt/bitnami/ctlscript.sh restart

    Step 2: Hide the banner using custom CSS

    You can hide the Bitnami banner page using custom CSS. Add the following line to the custom CSS field.

    $ bitnami-banner {display:none;}

    Conclusion

    By following this article, remove Bitnami Banner from WordPress. Share this article, if you like it.

    Read More

    • How To Setup FTP on AWS EC2 Ubuntu Instance

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Reddit
    Previous ArticleHow to Write Awesome Proposals for Freelancing Projects
    Next Article How to Manage Email Disk Usage in CPanel
    Rajesh Shivam
    • LinkedIn

    Rajesh Shivam is a seasoned professional with expertise in AWS and Linux System Administration. With over 10 years of freelancing experience, he brings a wealth of knowledge to the table. Rajesh has a strong passion for technology and stays connected with the latest happenings in the field. His dedication and expertise make him a trusted resource for all things tech-related.

    Related Posts

    Install Google Chrome on Ubuntu 22.04
    Ubuntu

    How to Install Google Chrome on Ubuntu 22.04(Easy Guide)

    Read More
    install PHP GD on Ubuntu
    Ubuntu 22.04

    How to Install PHP GD on Ubuntu 22.04 [Easy Guide]

    Read More
    Install PHP on Ubuntu 22.04
    Ubuntu

    How to Install PHP on Ubuntu 22.04 [Simple Guide]

    Read More
    Add A Comment

    Leave A Reply Cancel Reply

    Install Google Chrome on Ubuntu 22.04

    How to Install Google Chrome on Ubuntu 22.04(Easy Guide)

    August 29, 2023
    Enable PHP BCMath Extension in cPanel

    How to Enable PHP BCMath Extension in cPanel (3 Easy Quick Steps)

    August 25, 2023
    install PHP GD on Ubuntu

    How to Install PHP GD on Ubuntu 22.04 [Easy Guide]

    May 2, 2023
    Install PHP on Ubuntu 22.04

    How to Install PHP on Ubuntu 22.04 [Simple Guide]

    April 26, 2023

    Subscribe to Blog

    Enter your email address to subscribe to
    this blog and receive notifications of new posts by email.

    Facebook X (Twitter) Instagram Pinterest
    • Sitemap
    • Privacy Policy
    • Disclaimer
    • Term of Services
    © 2023 Technoracle

    Type above and press Enter to search. Press Esc to cancel.

    Click to Copy
    Go to mobile version