10/24/2016 at 11:14 am
#397035
Keymaster
@ Jenny
First, the theme is applying additional styles to the template which needs to be corrected. Add the following to the theme’s custom CSS area:
#cn-list div.vcard {
display: block;
margin: 0;
border: 0;
padding: 0;
}
You should see that this changes the appearance. If it does not, try force refreshing your browser so the browser will use the newly updated CSS from the theme instead of the browser locally cached version.
To turn off the image:
- Navigate to the Connections : Settings admin page and click the Customize button for the Default Entry Card template.
- The page will reload with the Customizer of the left and a preview on the left.
- Click the back arrow in the upper left of the Customizer.
- Click the Image panel.
- Change the image Type to None.
- Click the Save and Publish button at the top of the Customizer.
If you also which to turn the image off on the entry detail/profile page, while still in the Customizer:
- Click an entry name in the preview. Any entry name, it does not matter.
- The preview will reload displaying the entry detail/profile page.
- Change the image Type to None.
- Click the Save and Publish button at the top of the Customizer.
You can now exist the Customizer.
The reason to do this twice is because the results list view and the entry detail/profile view can be configured separately providing you with a lot of flexibility.
Hope this helps!