Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #905276

    Hello!

    How can I increase the size of the text on the “search not found” page?

    The text “Nothing found” and the tips below are really small.

    Thanks in advance for your help!

    #905314

    Hey Julie,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    .search-no-results #search-fail p.entry-content {
        font-size: 18px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #905324

    Hey Nikko,

    Thanks so much for your quick reply.
    The page with the small text still looks the same – it’s the one that comes up if you search in the sidebar and get no results.
    Is there different code for that?

    Thanks :)

    #905331

    Hi,

    You’re welcome :) try adding this css code:

    .search-no-results .search_not_found {
        font-size: 16px;
    }

    Best regards,
    Nikko

    #905344

    Hey Nikko,

    Yes, that got it – thank you!

    To increase the size of the “Nothing found” header and “Sorry, no matching results found” lines above that part, I also added the following (leaving this for anyone else who may need it):

    .entry-content {
    font-size: 16px;
    }

    Thanks so much for your help! :)

    #905352

    Hi,

    You’re welcome, just glad we could help :) Thanks for using Enfold! Have a nice day :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to increase text size on "search not found" page’ is closed to new replies.