08/02/2018 at 9:38 am
#469051
Keymaster
@ Naveen
The Circled template does not present the name as a link — it has the stylized “View Profile” link instead.
Not sure what you mean by color mix-up — every looks fine on the page. All text is nearly black (#0a0a0a — inherited from the theme).
You can use CSS to change this if you wish. For example here is the CSS to change the name tp pink:
#cn-circled h2,
#cn-circled .cn-circled-content h3 {
color: pink;
}
Hope this helps!
