Remove table border in footers only

Posted in: Newsmag
Post count: 34

Hey guys,

My CSS game isn’t great — just looking for assistance in removing tables borders in footers only — I like them in body content.

I’ve used Chrome to inspect the footer bit I’d like to amend, and it’s as below:

image

Is that enough to go off of?

Post count: 23312

Hello Stevivor,

Provide your website URL so I can take a closer look at your live website and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 34
Post count: 23312

Hi Stevivor,

Try using the following useful code and place it in Theme panel -> custom CSS area.

The code is ->

.td-footer-container table td, .td-footer-container table th {
border: 1px solid rgba(255,255,255, 0);
}

Thanks.

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