Here is the blog… http://wamplerpedals.com/blog/
It’s the “Wampler Pedals – We are all just tone chasers” box at the top I want to remove completely. π
Sorry, I don’t know. I just picked a theme and installed it
Well, you need to do one or the other first as you should never edit the theme itself.
I’m sorry, I don’t understand what you are saying. What do I need to do?
First you need to create a child theme or a install custom CSS plugin.
It’s never easy is it!! I’ll try to do one of those.
Right, so now I’m completely confused and don’t understand some of the things involved in creating a child profile. Is this the only way to do it?
excuse me, I actually have a question for you! I really like your blog, and I was wondering what plugin you used for the recent comments wigit in your sidebar?
I didn’t, it’s the basic blogolife theme!! π Just wish I could get rid of the pointless box at the top!
Is this the only way to do it?
You can install a custom CSS plugin like this one –
http://wordpress.org/plugins/custom-css-manager-plugin/
Then add this CSS to that new section:
.fleft {
display: none;
}
WPyogi – That worked a treat, thank you so much!!! Now, I’m going to try to squeeze the borders out of it in the main CSS and I’m done.
Thank you π
Hi there. I just tried doing the same with no luck. I am using the 2.0 version if that makes a difference.
I installed the custom css manager plug-in, and added:
.fleft {
display: none;
}
but nothing changed. Any ideas?
Add this section to Custom CSS:
.fleft, .fright {
display: none;
}