remove gray line in footer.

Posted in: Newspaper
Post count: 10

Hi, I need to remove the gray line in the footer. this is what I see as the css related to it but when I put it as dsiplay none it does nothing

.td-footer-bottom-full .td-container:before {
content: ”;
height: 1px;
background-color: rgba(255, 255, 255, 0.1);
position: absolute;
top: -50px;
width: 80%;
left: 50%;
margin-left: -40%;
}

Post count: 18283

Hello !

Please provide a link to your website in order to inspect.

Thank you !

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