Pro - Integrity: Disable or Hide Dark/Light Design Page Border

Hello,

When using Pro with the Integrity stack, I noticed a border is displayed in either black or white depending on if you choose Dark or Light design. How can i hide this border? View photo for reference.

Border when light design is enabled:

Hello @kostax,

Thanks for writing to us.

It seems that you are using Box Layout, to remove the border you need to add this custom CSS code under Pro—>Theme Option–>CSS.

.x-boxed-layout-active .site, .x-boxed-layout-active .x-site {
border: 0 !important;  
box-shadow: none;    
}  

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

I didn’t know if this was possible without code, as Pro is constantly changing. Thanks for your help.

You are most welcome @kostax

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.