Hello I was wondering how I could take off that strip at the bottom of my page that's a dark grey.
Thank you!
http://squeegeeprints.wordpress.com
The blog I need help with is squeegee-prints.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello I was wondering how I could take off that strip at the bottom of my page that's a dark grey.
Thank you!
http://squeegeeprints.wordpress.com
The blog I need help with is squeegee-prints.com.
Totally. Try this to remove the #footer gray bar in Traction:
#footer {
display: none;
}
You should check out the web inspector option in your browser or try Firebug for Firefox. What browser do you use?
I use google chrome. will that work?
Firebug's CSS tabs tell you everything you need to know about the styles in your web pages, and if you don't like what it's telling you, you can make changes and see them take effect instantly.
Does Chrome do that?
Totally! Google Chrome has a similar web inspector, except it's built in. Same for Safari. And I think Internet Explorer even has one.
I use Chrome.
@squeegeeprints, check this out: http://code.google.com/chrome/devtools/docs/elements-styles.html
Thank you guys!
This topic has been closed to new replies.