How to remove site content border line?

Home Forums Iconic One Pro Support How to remove site content border line?

This topic contains 2 replies, has 2 voices, and was last updated by  WidiN 4 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5936

    WidiN
    Participant

    I want to remove all the border lines around site content. How should I do that? Thanks

    #5937

    Hi,

    Try this

    
    .site-content {
        border: none;
    }
    .wrapper {
        border: none;
    }

    To remove article separation line below article

    
    .site-content article {
        border-bottom: none;
    }
    #5938

    WidiN
    Participant

    Perfect. Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.