03/23/2015 at 4:10 pm
#324127
Keymaster
@ Dani
re: change labels
See this QuickTip.
For a few template specific strings you need to do what is described in this FAQ.
The shortcode options for the string can be found here.
re: heading
That can be changed with CSS. Add the following to the theme’s custom CSS area or better yet, following the instructions in this QuickTip.
#cn-tile-plus .cn-entry .tel .value,
#cn-tile-plus .cn-entry .email-address {
display: inline !important;
}
Hope that helps!
