Most often, we come across the Bitnami: Remove banner in the WordPress site.
As part of our Google Cloud Platform Services, we assist our customers with several Google Cloud queries.
Today, we will see how to remove this after we install WordPress on Google Cloud Platform.
Bitnami: Remove banner in WordPress
First and foremost we need to have WordPress on the Google Cloud Platform.
Moving ahead, let us see the steps our Support Techs employ to resolve this issue.
Basically, there are three easy and effective steps. They are as follows:
-
Access the WordPress instance
Initially, we go to the Google Cloud homepage and click on the hamburger menu.
Then we navigate to Compute Engine, and then to VM instances to access the WordPress installation.
From this dashboard, we click on the SSH button to connect to the WordPress installation.
-
Enter the command to disable banner
We will receive an SSH window. Here, we enter the following command to disable the Bitnami corner banner:
sudo /opt/bitnami/apps/wordpress/bnconfig –disable_banner 1
-
Restart Apache
Later, to restart the Apache server, we enter the command below:
sudo /opt/bitnami/ctlscript.sh restart apache
That’s it! We are done with our resolution.
We will no longer see the Bitnami banner at the corner of the WordPress website.
However, there is another method we can try. Let us see that now.
-
Use Custom CSS
Suppose we would rather disable the banner using CSS.
Then we can enter the following code in the WordPress custom CSS:
#bitnami-banner {display:none;}
[Need further assistance? We are here to help you, always]
Conclusion
In short, we saw how our Support Techs remove the banner in WordPress.
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.
0 Comments