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 #2791517
posts
Closed

Comments

  • dariobella started the conversation

    hi

    how can I reduce pics in posts/news?

    How can I insert a line/divisor between one post and the follower post?

    thanks

  •  2,495
    PenciDesign replied

    Hi,

    1. Reduce pics? Do you mean image quality or size? Please install the Smush plugin: https://wordpress.org/plugins/wp-smushit/

    2. Please go to Appearance > Customize > Custom CSS, then add the following code:

    .side-newsfeed li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #7a7a7a;
    } .side-newsfeed li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0;
    }
    Best Regards,
    PenciDesign.