August 7, 2015 at 5:23 am
#27070
Theme Horse Support Team
Keymaster
Hi leeann.obringer,
The recent blog widget is the WordPress default widgets. That’s not the place to add recent blog widgets. You must add only the recommended widgets in business page section.
Now i got you. When you click the first article it goes to the single post. In your single post your featured image will not be displayed. If you want to display image then you need to add the image in the post editor. We have designed our theme this way.
View this screenshot where i have added the image
http://awesomescreenshot.com/0ca54saxc0
Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
For your second question
.single-post .entry-title{
display:none;
}
Thank you!