[Resolved] Styles on search results page

Home Forums Support [Resolved] Styles on search results page

Home Forums Support Styles on search results page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #469363
    Isabelle

    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

    #469510
    Leo
    Staff
    Customer Support

    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;
    }
    #469552
    Isabelle

    Excellent! Thanks. Isabelle

    #469713
    Leo
    Staff
    Customer Support

    No problem!

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