How can I edit the "No results" styling?

Posted in: Newspaper
Post count: 26

Hello, can you show me how to edit the default “No results” styling if there is no result for a search term?

Thank you!

Post count: 35449

Hi,
That section can be edited only using css, for example:
.tdb_loop.tdc-no-posts .td_block_inner .no-results h2 {
font-size: 13px;
font-weight: normal;
text-align: left;
padding: 20px;
border: 1px solid rgba(190, 190, 190, 0.35);
color: rgba(125, 125, 125, 0.8);
}

I hope this will help you!

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