Viewing 1 replies (of 1 total)
  • I supose with “gray bar” you mean the breadcrumbs.

    You added: .byline { visibility: hidden; } to user defined CSS

    visibility:hidden hides the element but leaves the space, display:none removes the element (better)

    Put this in user defined CSS:
    .breadcrumb-trail, .byline { display: none }
    should also remove the “gray bar”

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Gray Bar (Browse: Home) and Comments, Author, Tags from posts’ is closed to new replies.