• Hello! I am new to WordPress. I want to remove the border around my page (or just make it white)
    I hope I can insert the codes to Additional CSS.
    URL: https://top10vpnrank.com/

    Using Nisarg theme
    thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey There,

    Welcome to WordPress ecosystem. ??

    You can add following CSS to remove borders:

    .post-content, .single-post-content, .post-comments, .comments-area {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    
    #secondary .widget {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    Thanks.

    Thread Starter izzy00

    (@izzy00)

    Thank You!!!

    @izzy00 please mark the thread as resolved ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove border around page/post’ is closed to new replies.