Site logo

[Resolved] Search results title

Home Forums Support [Resolved] Search results title

Home Forums Support Search results title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2528583
    ammgbr

    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?

    #2528726
    David
    Staff
    Customer Support

    Hi there,

    you can use some CSS to style it :

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

    Thank you David, that works well 🙂

    #2529340
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.