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 #3060787
Recipe Index
Closed

Comments

  •  1
    camosher started the conversation

    I have the recipe titles in the posts in italics.  How do I configure the recipe indexes to have the titles in italics? 

  •  2,489
    PenciDesign replied

    Hi,

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

    .post-entry .precipe-style-4 .penci-recipe-heading .recipe-title-nooverlay,
    .post-entry .penci-recipe-heading .recipe-title-overlay {
        font-style: italic;
    }

    Regards,
    PenciDesign.



  •  1
    camosher replied

    The code didn't seem to work?

  •  2,489
    PenciDesign replied

    Hi,

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

    .container-single .item-related h3 a {
        font-style: italic;
    }

    Regards,
    PenciDesign.