[Resolved] How do I remove the line?

Home Forums Support [Resolved] How do I remove the line?

Home Forums Support How do I remove the line?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1643687
    Heath

    There has to be something in my css that makes the line show up. I need to know to remove.

    #1643693
    Elvin
    Staff
    Customer Support

    Hi there,

    You have this CSS on your simple CSS plugin:

    .comments-link, .posted-on {
        border-left: 1px solid #ddd;
        padding-left: 10px;
        margin-left: 10px;
    }

    You can remove the , .posted-on selector so it only applies to the comments link. Or completely remove it if this is unused.

    #1643694
    Heath

    Y’all are awesome! That worked like a charm.

    #1643696
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.