Comments NeilB4TheKing started the conversationApril 6, 2018 at 9:45amIs it possible to add the excerpt text below the post name and date on the main slider as attached.I'm happy to change the code in my child theme if you can point me to the section and the code. 2,700PenciDesign repliedApril 6, 2018 at 4:43pmHi,To do that, please add more this code: <div class="penci-custom-excerpt" style="margin-top: 10px;"><?php the_excerpt(); ?></div>like on this imageAnd add more this code to Customize > Custom CSS to change the color & size for this excerpt: .penci-custom-excerpt p { font-size: 13px; color: #313131; }Best Regards,PenciDesignNeilB4TheKing repliedApril 6, 2018 at 9:55pmthanks so much. that's exactly what I needed. Sign in to reply ...
Is it possible to add the excerpt text below the post name and date on the main slider as attached.
I'm happy to change the code in my child theme if you can point me to the section and the code.
Hi,
To do that, please add more this code:
like on this image
And add more this code to Customize > Custom CSS to change the color & size for this excerpt:
Best Regards,
PenciDesign
thanks so much. that's exactly what I needed.