08/21/2015 at 2:17 pm
#343823
Keymaster
@ Douglas
re: Can the string “View Profile” be changed to “View profile, research, and publications”
Yes, follow the instructions in this QuickTip.
Original string: View Profile
Text domain: cnt_gridder
New string: View profile, research, and publications
re: Can it also be underlined to make it obvious it’s clickable?
Sure, here’s the CSS to add to the theme’s custom CSS area:
.cn-gridder-detail-link a {
border-bottom: 1px solid #000 !important;
}
Hope that helps!
