06/15/2016 at 1:05 pm
#379599
Keymaster
@ Omar Brenes
That option will only affect the entry profile page, not the listings page. There’s not actually a way to turn off the placeholder because the template was designed around having that circular image in place.
Here’s a bit of CSS which will hide it. Add the following to the theme’s custom CSS area:
#cn-circled .cn-circled-thumb {
display: none !important;
}
#cn-circled .cn-circled-content {
margin: 0 !important;
}
#cn-circled .cn-circled-contact {
position: initial !important;
margin: 0 !important;
text-align: left !important;
}
Hope that helps!
