• If you check my site there are borders around widgets and header,footer everywhere. how can i remove them?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • On your css file, that’s the line adding the borders:

    border: 1px solid #eee

    You should remove all lines like that if you want no border at all. You should do it on a child theme, so you won’t lose your changes when your theme were updated.

    Start removing the borders around posts.
    Find .post Class on your CSS:

    
    .post {
        /* border: 1px solid #eee; */
    
    • This reply was modified 7 years, 6 months ago by Jazz Daniel.
Viewing 1 replies (of 1 total)
  • The topic ‘REMOVE THE BORDERS OF THE SITE CONTAINER AND WIDGETS’ is closed to new replies.