Change the search page

Posted in: Newspaper
Post count: 109

Hi!

If there are no search results the search page looks like this:

https://www.fuckdiestudieschuld.nl/?s=oliebol

I would like to change the styling of the sentence. It appears to be a h2? Where can I change this? And why isn’t it neatly aligned (it’s a bit too far left)? And where can I change the font?

I tried changing this in the search template that I use, but if I open that template I only see what happens if there ARE search results, not what someone sees if there aren’t.

Thanks!
Maaike

Post count: 35449

Hi,

You can use a cloud template for tagDiv Cloud Library and edit it with tagDiv Composer also the text for noresults can be adjusted using a custom css -> https://i.imgur.com/jAf3TMp.png
.search .no-results{
padding-left: 24px;
}

The code need to be set in theme panel> custom code> custom css

Thank you!

Post count: 109

Ah, yes, that seems to work. It had to be 21 pixels.

I tried changing the font too, but that doesn’t work.

I tried this:

.search .no-results {
padding-left: 21px;
font-family: “Roboto Condensed”;
}

What am I doing wrong?

Thanks!

Post count: 35449

Hi,

For Font Please try this custom css -> https://i.imgur.com/vkVDKns.png
.search .no-results h2 {
font-family: "Roboto Condensed";
}

Thank you!

Post count: 109

Ah, of course. Thank you!

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