Query loop - No results message style?

In a query loop there is a “No results” message … but how do you style it?
I want to change the typography and colour of this message.

Hi @alanj,

Please vote for this idea because it will be more than just a simple style. So you can even use an image or any other element to create a “No results message”.

I would but the Ideas page is not accepting any of my votes at present. no idea why. ( Firefox )

Maybe it can be fixed by updating the browser. Or at least change the browser. Anyway, the following code will temporarily bring you to the desired result.

.bricks-posts-nothing-found p {
    color: red;
    font-size: 10px;
}
1 Like

Perfect works a treat thanks!

Latest Firefox and I’ve gone off Brave. Seems to do this quite often and eventually sorts itself out.

1 Like