Reply To: How to remove light gray bar + orange bar from below nav/logo area?


imaginem
Support

Hi,

Do you mean to remove the frontpage top bar?

if so edit style.css and add following to end of file.

.ajax-gallery-navigation { display:none; }

You can remove styling using css. If you use firebug extension for firefox it’ll make locating the classes a breeze with click and reveal file and line number functionality.

Thanks