01/08/2016 at 1:07 pm
#360475
Keymaster
@ Spalding
Depending on what you want to style it can be a little difficult because stuff is done via javascript and inline css — it’s a complex template. But to style the “view Profile” link you can add this to the theme’s custom CSS area:
#cn-gridder div.cn-gridder-detail-link {
font-size: 18px;
font-weight: bolder;
}
Tweak as needed.
