I tried to hide the "related products" section on my product detail pages using the quick css feature. Unfortunately, I can only hide the products while the hr flag remains. See: http://restinchairs.com/product/c-series/restin-135c/
I tried all of the following:
.related.products {
display: none;
}
#top.single-product .related.products {
display: none;
}
.related.products hr_flag {
display:none;
}














