Quple of questions

Hi, Yours new theme is grat.

I have a couple questions, first, can You explain me how to get this section like in demo (attachment-1), second how to hide autor name on top of post?

Regards!

Hi @srky,

I hope you are well today and thank you for your question.

You can display that section by using the shapely theme widget “[Shapely] Testimonial Section For FrontPage” in home page and you can hide autor name displayed on top of post by by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.content ul.post-meta li:first-child {
    display: none;
}

Best Regards,
Movin