Table Border

Posted in: Newspaper
Post count: 127

We would like to have our table borders set to 0px for this page. https://dev.districtadministration.com/solution-showcase/

How can we do this with CSS.

Thank you in advance.

Post count: 27744

Hello,

Please let me know if this is the result that you want -> https://i.imgur.com/Ig6iSCX.png if yes, then you need to use this custom code CSS

.page-id-517 table td
{
border: 0;
}

Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.

Thank you!

Post count: 127

Worked perfectly. Thank you for your assistance

Post count: 27744

I’m glad.

Have a lovely day!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.