05/07/2015 at 10:11 am
#333696
Keymaster
@ Marina
re: except now long links* are garbled
This is an CSS issue. Add the following to the theme’s custom CSS area:
#cn-gridder .cn-gridder-contact {
line-height: normal;
}
re: I’d like to change the label
There is not a shortcode to change this label. However, if you added the the code for the link block and included the 'format' => $atts['link_format'] option you can remove the label completely with the shortcode that way you can have the link title anything you want. Here’s and enable shortcode:
[connections link_format='%title%']
Now, only what you enter as the link title will be displayed.
Hope that helps!
