Site logo

Archived topic

Search results title

3 replies · Started by ammgbr on February 10, 2023

Viewing posts 1–4 of 4

Hi, I want to customize the page title that appears on the page the Search results appear on.
I am unsure which settings correspond to that?
Is there a CSS solution to adjust the location (vertical) , font size and colour for this?

Hi there,

you can use some CSS to style it :

.search-results .page-header h1 {
    font-size: 20px;
    color: #f00;
    padding: 20px 0 ;
}

Thank you David, that works well :)

Glad to hear that

This archived topic is closed to new replies.