Is it possible to remove the top navigation bar on my site? Please see the attached picture for a better explanation of what I mean. The circled area is that I want to remove.
Put the following code in custom css Appearance -> theme options -> styling options -> custom css Code: #crumbs { display:none; } This will solve your problem. Thanks.