[Resolved] Style blog page and search results page

Home Forums Support [Resolved] Style blog page and search results page

Home Forums Support Style blog page and search results page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2313754
    Johan

    Hi!
    I need your help guys. I wonder how I style the blog page and the search results page.
    On the blog page I would like the following:
    * The title should not be red and underlined. Just bold and as the same colors as the rest of the page.

    The search results page look weird. Is there some way I can do an element for this one and get the results inside a container as the rest of the page?

    #2313796
    Ying
    Staff
    Customer Support

    Hi Johan,

    1. The link color is set at customizer > colors > body > link.

    2. You can remove the underline at customizer > general > Underline Links.

    3. To customize your search result page, go to appearance > elements, check if there’s a block - content template element, if so, you can include the search result page in its display rule.

    #2313902
    Johan

    Thanks. But its only on the blog page I would like to style the links. The rest of the site should remain the same.

    #2313907
    Fernando
    Customer Support

    Hi Johan,

    For one, you can create a new Content Template just for the Blog page, and set the title modifications there.

    Another route is through custom CSS. Try adding this in Additional CSS:

    body.blog a {
        text-decoration: none;   
    }
    
    body.blog h2 a {
        color: var(--contrtrast);
        font-weight:bold;
    }
    #2314167
    Johan

    Hi,

    Almost getting there. The search results page look funky though. The text is cropped out. I cant find the setting to adjust the padding/margin on the header of the search results.

    #2314170
    Fernando
    Customer Support

    The Page Hero seems to be a Block Element.

    It has a Container Block. You can add bottom margin in the block’s setting in the spacing section. That should push the content down.

    #2314211
    Johan

    Thanks!

    #2315075
    Fernando
    Customer Support

    You’re welcome Johan!

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