• elsazehra

    (@elsazehra)


    Hi,

    The content on the Search Results page is not displaying correctly after clicking the search icon. Instead of showing just the title, featured image, and two lines from each post or page, the entire content is being displayed. How can I fix this issue?

    This is very urgent, and I would greatly appreciate your help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter elsazehra

    (@elsazehra)

    One more question, how can we change svg search icon?

    Plugin Author wpdreams

    (@wpdreams)

    Hi!

    The search results page layout is not affected by the plugin – all it does is redirect to the search results page archive, the rest is controlled via the theme/page builder you are using. You may have to ask the theme author about the results page layout or on how to change it.

    Changing the SVG icon is not an easy feat, as it is directly printed to the element, however you can still try custom CSS to override it, for example:

    .asl_m span.innericon svg {
    display: none !important;
    }

    .asl_m .probox span.innericon {
    background-image: url('https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/google.svg') !important;
    background-size: contain !important;
    }

    All the best,
    Ernest

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