Gonzo theme help

omgomgomg12345

Registered Member
Joined
Apr 17, 2011
Messages
90
Reaction score
21
Hi, does anyone know how to remove the giant picture at the top of gonzo themes standard post? I have been trying for hours and cant seem to figure it out.
 
LwqZQ7u.png

This one? If yes, inside your Wordpress admin, go to the tab "Themes > Theme Option". Then disable the option "Enable Default Blog Slider", next to the footer.

atwkOtA.png
 
Easiest way is to hide it with css dude. Just use
Code:
display: none;
 
Easiest way is to hide it with css dude. Just use
Code:
display: none;

Where do I add this, I tried to mess around with it for 2 hours and all I managed to do was have to reinstall wordpress a few times.
 
Treeofl1 solved this issue. Paste the following in your css stylesheet

#omc-inner-placeholder {
display: none;
}

Sorry to bump an old thread, but I must say a huge thanks to Treeofl1 for solving this issue and the OP for posting the solution here. I looked everywhere online for a quick fix and of course BHW is where I find it. Gotta love this forum.
 
Back
Top