• hello dear communuity,

    i want to surpress horizontal lines (between posts) in theme 2014 – doable?

    see the page; http://www.literaturen.org

    note: i mean the horizontal lines – that are visible between the postings…

    many thanks for any and all tipps.

    greetings

Viewing 2 replies - 1 through 2 (of 2 total)
  • try using CSS:

    .list-view .site-content .hentry
    {
      border-top: none;
      padding-top: 8px;
    }

    the padding is to reduce the space… (was 48px originally)

    Thread Starter say_hello

    (@say_hello)

    dear Michael e

    many thanks – great !! it works fantastic!

    i am glad!!

    greetings say_hello

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘surpress horizontal lines (between posts) in theme 2014 – doable?’ is closed to new replies.