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 #3163796
How to remove separator
Closed

Comments

  • nnyorker started the conversation

    How do I remove the separator between titles in Penci Block 36 and move the titles closer together? see screenshot

    Attached files:  Screen Shot 2022-11-09 at 1.12.59 PM.png

  •  2,278
    PenciDesign replied

    Hi,

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

    .penci-block_36 .penci-post-item, .penci-block_36 .penci-block__title {
        border:0;
    } .penci-block_36 .penci-post-item .penci_media_object {
        margin-bottom: 5px;
    }

    Regards,
    PenciDesign.