How do I change the font size of the message…

Posted in: Newspaper
Post count: 5

12345

How do I change the font size of the message that appears when an incorrect search is performed?

Post count: 27744

Hello,

To edit the font size for this message you need to use a custom code CSS -> https://i.imgur.com/G13Bmw2.png
.no-results h2
{
font-size: 50px;
}

This code needs to be set in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 5

Thank you very much Anamaria!! 🙂

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