How to add border above footer background?

Posted in: Newspaper
Post count: 34

https://imgur.com/a/ohjMa4a
How do I add a border (preferably white) where the footer starts?

Post count: 22421

Hello,

You can add it using css by adding this code in the theme panel under custom css:


.td-footer-wrapper{
border-top:3px solid red;
}

Thank you!

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