• Resolved emilyluxton

    (@emilyluxton)


    For some reason the heading size on any search results on my site is really big, and I can’t figure out how to change it. In customiser I can only change the heading size on archive pages, which works on category pages etc but not site search results.

    Screenshot of search results page: https://paste.pics/a61432deb6231bf847194bfa902482a8

    So far I’ve tried both the following custom CSS with no luck:

    .search-results h2.entry-title a { font-size: 22px; }

    .search .content-area .entry-title { font-size: 22px; }

    Does anyone have any ideas?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • danamv

    (@danamv)

    Hi @emilyluxton,

    Please try the following code in the Customizer -> Additional CSS. You can modify the value until it fits your needs.

    .blog-entry-title {
        word-wrap: break-word;
        font-size: 30px;
    }

    Let us know if you have any more questions.

    Thread Starter emilyluxton

    (@emilyluxton)

    It worked! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Site Search Result Header Font Size’ is closed to new replies.