• tfrmark

    (@tfrmark)


    Is it possible to remove the border entirely? I haven’t been able to figure out how. It’s a small detail that would clean up my website considerably.

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • radektj

    (@radektj)

    The border line between posts? custom css:

    .rpwe-block li {
      border-bottom: none !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Remove Border’ is closed to new replies.