Ever wanted to make an entire section or column or bar or container into a link? After searching the forums for how to do this, the go-to response from themeco support seems to be that it is not in the scope of their support and would require custom development. I did a little more digging and found a VERY simple solution:
Add this to your page or header JS:
jQuery("#your-ID-1").wrap("<a href='http://www.yourlinkhere.com'></a>");
Then apply that ID to your section or column or bar or container.
No custom development needed.
I hope someone finds this useful when they’re searching like I did.
Themeco support, I hope that you can also offer this to folks who are asking about this in the future.