Site logo

Archived topic

Styles on search results page

3 replies · Started by Isabelle on January 12, 2018

Viewing posts 1–4 of 4

Hi
What do I need to do to change font size and padding on the search results page? Can that be done via Simple CSS? The font for the phrase "Search results for:" is too big and so is the font for the title of each result. In addition, there is too much white space between each result.
Thanks
Isabelle

Hi there,

Search results text:

.search h1.page-title {
    font-size: 20px;
}

Posts title:

.search h2.entry-title {
    font-size: 15px;
}

Padding is mostly from this CSS you've added to the title:

h2 {
    padding-top: 1.25em;
}

Excellent! Thanks. Isabelle

No problem!

This archived topic is closed to new replies.