
Question about top hosting providers: Hello, I’m trying to make a website using WordPress, and I am going to make some modifications, then host my site on a different provider, but I was wondering how to cleanly remove the black WordPress navigation bar at the top of the site by modifying the HTML, CSS, or JavaScript programming?
Thanks!
Answer:
Wordpress website is supported by different web host. You can install it manually or used a fantastico installer. Building a website, coding it and insert contents require tedious effort. Today, most web hosts have free sitebuilder, thus minimizing your effort on your web development. The black navigation bar only shows up when your login in your wordpress site. You can edit the setting by unchecking the ‘Show Admin Bar’ in your user profile.
How to Use WordPress
1. Register your domain. When you already have an specific domain name in mind or want to grab an expired domain, have it registered at any best domain registrar website like Namecheap.
2. Find a reputable web host company.
You mentioned hosting your website in a different web host, why not try Fatcow. If you are building your first website and needs a hosting service, we highly recommend you go with Fatcow. You should also read this Fatcow review to see what we mean. Fatcow gives free domain, unlimited bandwidth, unlimited storage, unlimited add-on domains, friendly Sitebuilder and much more for such a low price. You can get Fatcow for only $4.67/month via coupon below.
Save 40%
Click the coupon below to save 40% off the normal price
WordPress can be easily installed using auto-click installer like InstallCentral. Just follow the steps shown on the video to install WordPress on Fatcow.
Feel free to leave a comment in the box below.
3 Comments
Hi Wendy,
That’s a new feature in WordPress 3.1.
As others have said, the bar only shows when you are logged in.
You can disable the bar also. Just go into your user profile and look for the "Show Admin Bar" area. Un-check one or both options there, and you’re all set.
Cheers.
What is that black WordPress bar? Is it the admin bar when you login that appears at the top of the WordPress website? If yes, you do not need to remove it as it will not show to users if you are hosting your own WordPress. It appears only when you login as an admin and viewing the website.
Else if that’s not the case,
Navigate to your theme in your ftp or use the edit file in the WordPress dashboard e.g.
root/wp-content/themes/yourtheme/
and edit header.php
Find the <div> or <img> containing the black nav bar and comment it using <!– and –>
I haven’t delved that far into that bar yet, but it does not show as long as you’re not logged into WordPress. Browsers will never see it.