Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1531520
Home Page Slider
Closed

Comments

  • NeilB4TheKing started the conversation

    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.

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code:

    <div class="penci-custom-excerpt" style="margin-top: 10px;"><?php the_excerpt(); ?></div>

    like on this image

    And 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,

    PenciDesign

  • NeilB4TheKing replied

    thanks so much. that's exactly what I needed.