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 #3066264
food blog
Closed

Comments

  •  1
    camosher started the conversation

    How can i add an introduction before the featured image of a pensi recipe post?  

  •  2,489
    PenciDesign replied

    Hi,

    1. You can add the introduction for all posts by filling the content to the "Adding Subtitle" option field like the screenshot below:

    etSGxim.png


    2. If you want to customize this font size, please go to Appearance → Customize → Single Posts → Font Size → Font Size for SubTitle.

    Regards,
    PenciDesign.


  •  1
    camosher replied

    Can i change it to italics?

  •  2,489
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-psub-title {
        font-style: italic;
    }

    Regards,
    PenciDesign.