Remove Blog Post Border - Integrity

Hey, I’m just wondering how to remove the border that surrounds blog posts using the Integrity theme. Other stacks don’t display such a border, but I require Integrity for other reasons, so switching stacks isn’t an option.

Thanks!

(This is the border I’m referring to)

Hi there,

Thanks for writing around! Please add the following code in the Theme Options > CSS:

.single-post .entry-wrap {
    box-shadow: none;
}
.single .entry-featured {
    box-shadow: none;
    border: none;
}

Hope this helps!

1 Like

Perfect, it worked great!

Thanks for the quick response!

1 Like