Removing Text Link Underline
By default, when you create text links in Hypervisual they will show up underlined on your page.
You can control this behavior by adding this code to your theme.css.liquid file (file will have different names in different themes - ask your theme developer if you can't find it).
.hypervisual__root .no-underline a { text-decoration: none; }
Once you have saved the code, you can activate it on a single Hypervisual element. Click on the row and then the layout tab. Under CSS Classes type no-underline