Viewing 1 replies (of 1 total)
  • Plugin Contributor Martin Stehle

    (@hinjiriyo)

    The theme displays the lines. Just look in the style.css for something like

    .sidebar-widget ul {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAgCAYAAADT5RIaAAAAEElEQVQI12NgGLzg9evX/wEJ4gPBES5O0QAAAABJRU5ErkJggg==") repeat scroll left top rgba(0, 0, 0, 0);
        margin: 0;
    }

    and delete the line starting with background, ending with ;.

Viewing 1 replies (of 1 total)

The topic ‘Lines across plugin’ is closed to new replies.