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 #3777979
Small line in populair posts homepage
Closed

Comments

  •  1
    tim-nieuwpoort started the conversation

    Hi,

    Where van I give the 'populair posts (recipes)' the same (small) line as in 'newest post (recipes)? See attachment

    Attached files:  IMG_2836.PNG

  •  2,727
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px) {
      .penci-home-popular-posts {
        border-top: 1px solid var(--pcborder-cl)
      }
    }

    Regards,
    PenciDesign.

  •  1
    tim-nieuwpoort replied

    Thanks :)