Viewing 4 posts - 21 through 24 (of 24 total)
  • Author
    Posts
  • #101521
    wensolutions
    Participant

    If it is to remove the rust line (orange solid line) in the single post, then following custom CSS could help you.

    .field-item.odd p {
        border: none !important;
    }

    Hopefully it would work!

    #101536
    Nancy
    Participant

    The orange line is still there under every post. 🙁

    #101537
    wensolutions
    Participant

    Can you try this please ?

    .entry-content p {
        border: none;
    }

    Thanks.

    #101538
    Nancy
    Participant

    That did the trick! Thank you!

Viewing 4 posts - 21 through 24 (of 24 total)
  • The topic ‘Border around Header in Boxed layout’ is closed to new replies.