Remove top border in tr - integrity

Hi,

I have a table in a content area, and it seems the integrity stack is giving rows a border-top:1px.

How do I override this to remove the top border? I haven’t been able to override it with any of the css i’ve tried.

https://www.zhchurches.org/about/meet-our-pastor/

Hello @nhedmark,

Thanks for posting in!

To remove the border of the table, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

table th, table td {
    border: none;
}

We would loved to know if this has work for you. Thank you.

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