03/03/2016 at 4:40 pm
#367718
Keymaster
@ Harold
re: How to make job title change color to dark gray?
The only way to do this is to add some CSS to the theme’s custom CSS area:
#cn-circled .cn-circled-thumb span.cn-image-style {
border: 3px solid #999 !important;
}
#cn-circled .cn-circled-content:before {
background: #999 !important;
}
#cn-circled .cn-circled-detail-link:before {
color: #999 !important;
}
#cn-circled .cn-circled-detail-link:after {
color: #999 !important;
}
re: Can we move the bio above contact details?
Yes, but that does require editing the template’s PHP code. The file you want to edit is the card.php file found in the ../wp-content/plugins/connections-circled/ folder.
re: Page title (profile) How to change? Currently it is [name] + [connect]
eg. Michelle Lee > Connect <– thats the page title name.
The page title can not be removed but the entry name can be removed. You can turn that off on the Connections : Settings admin page under the SEO tab.
Hope that helps!
