W
Every block has the id looks like .bx-page-block-[block id] . So you may limit the visibility of the lines with the field via code like:
#bx-page-block-[id] .css_class_name{
}
Or simlar trick with the Javascript / JQuery code.