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 #1390638
recipe plugin
Closed

Comments

  •  1
    cyclopsje started the conversation

    Hello,


    Is it possible to hide/remove the lines I prefer to display the recipes without the outlines. 


    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean you want to remove the outside borders of Penci Recipe?

    If right, please add more this code to Customize > Custom CSS to do that:

    .penci-recipe{ border: none; padding: 0; }
    .penci-recipe-heading, .penci-recipe-ingredients, .penci-recipe-notes{ margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

    Best Regards,

    PenciDesign

  •  1
    cyclopsje replied

    That's it. Thank you!