• Hi,

    I need to edit the search results template to remove:
    – image placeholder (for featured image?)
    – metadata
    – date display
    – sidebar

    Where can I do this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    I don’t see any images showing in the search results. To hide everything else and get the content to stretch fullwidth over the sidebar area, try adding this CSS to Theme Options> Advanced Settings:

    .search .postmeta.updated.color_gray, .search .subhead {
        display: none;
    }
    .search .postlist {
        width: 100%;
    }

    -Kevin

    Thread Starter DaysWorkDesign

    (@barbaraday)

    Hi Kevin,

    It worked, thank you for the solution and the quick reply.

    I did find the place to turn off the images in the theme settings.

    Best,
    Barbara

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit search results page elements’ is closed to new replies.