• Hey,
    I want to remove all the grey divider lines, if that is possible.. how can i do so?
    I may want to keep the divider lines between posts, so can you give me that code too please, so I can see the options of removing all or keeping the ones between posts.
    Thanks

Viewing 1 replies (of 1 total)
  • Hi there,
    you can use this

    .sidebar.sidebar-right {
        border: none;
    }
    #paging {
        border: none;
    }
    #footer {
        border: none;
    }
    .site-bar {
        border: none;
    }
    

    in your custom CSS box and this

    .entry-utils:before {
        height: 0;
    }

    for the lines between posts.

Viewing 1 replies (of 1 total)

The topic ‘removing grey divider lines’ is closed to new replies.