• Resolved leiti373

    (@leiti373)


    Hi Ben,

    hopefully my last question about customizing the look of Apex ??

    Is there a way to change the font size of the post titles in the search results blocks? For my use case the titles are a bit too large to make a nice overall look of the page.

    Thanks – again ??

    Cheers,
    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hey Markus,

    The following CSS should work well for that:

    @media all and (min-width: 56.25em) {
    
      .search-results .post .post-title {
        font-size: 20px;
      }
    }
    

    This will target the post titles on the search results page, and only larger screens as well (non-mobile).

    Thread Starter leiti373

    (@leiti373)

    Hi Ben,

    aaah…great! THANKS A LOT ??

    Cheers,
    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search page post title font size’ is closed to new replies.