• I would really like to remove the thin grey border dividing the content of my page with the background. Both are white so the line is unnecessary. Please let me know if this is possible.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello yannalee95 ,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer(i.e customize -> additional css)

    .entry-header {
    	border-bottom:none /* for single gray line */
    }
    .entry-footer {
    	border-top:none; /* for single gray line */
    }
    #tagline .wrap{ /* for double gray line */
    	border-bottom:none;
    	border-top:none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter yannalee95

    (@yannalee95)

    Dear AddWeb,

    Thanks for your reply! Unfortunately, I pasted the code into my theme customizer but nothing changed.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove page borders’ is closed to new replies.