07/25/2016 at 2:46 pm
#384095
Keymaster
@ Hajnalka Katóné Nagy
Probably the easiest solution is to add this to the card.php file found here:
../wp-content/plugins/connections-tile-plus/
$entry->getContentBlock( 'business_hours' )
And then use CSS to hide the table of hours, like so:
table.cnbh {
display: none;
}
.cn-entry-single table.cnbh {
display: block;
}
Does that help?
