Hide specific lines

Posted in: Newspaper
Post count: 106

hello!

Here is the question URL.

https://verywellinfor.com/wp-content/uploads/2022/04/Untitled-1.jpg

Newspaper/CUSTOM CODE/Custom Css

.td-author-line {
display: none;
}

I put the code.

But it is not hidden.

I want to hide this little line.

thank you.

Post count: 21065

Hello!

Add the code like this:

.td-author-line {display: none!important;}

Thank you!

Post count: 106

Success!

thank you.
Bettina!

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