in the gray and blue css the property for

is
tr.even td,
tr.odd td {
  background: transparent;
  border: 1px solid #dbdbdb;
}

but it should be

tr.even td,
tr.odd td {
  background-color: transparent;
  border: 1px solid #dbdbdb;
}

that property it's interfering with advanced forum

Comments

jeremycaldwell’s picture

Assigned: Unassigned » jeremycaldwell
Status: Active » Reviewed & tested by the community

Thanks for pointing this out as we don't need to override the background completely but rather just the background color. I'll get that updated and into the next release.

jeremycaldwell’s picture

Status: Reviewed & tested by the community » Fixed

Changes have been made and are in the latest release of the theme.

rodrigoaguilera’s picture

Status: Fixed » Closed (fixed)

thanks