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 #3525503
Removing Additional Line in Category posts
Closed

Comments

  •  1
    mcplthemeforestuser started the conversation

    Hello

    Seems like a smaller one but can you please help in how to remove these lines? these lines are appearing for all category pages and I want zero or 1 line !!! I have highlighted in Image please check

    Image for reference: https://prnt.sc/odc8xAs_vO5V

    Thank you

  •  2,610
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-grid li.list-post {
        padding-bottom: 0;
        border-bottom: 0;
    }

    Regards,
    PenciDesign.