• Resolved Shanon de Silva

    (@shanon-walter)


    Hi, I would like to know if there is a way to remove the images displayed in the page. Example; when someone wants to search something and the results are displayed with images above the text. Can someone help me remove the images that come with search results please?

Viewing 5 replies - 1 through 5 (of 5 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello shanon-walter,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.


    .search .entry-thumb {
    display: none;
    }

    Hope this will helps you.

    Thanks!

    Thread Starter Shanon de Silva

    (@shanon-walter)

    Thanks. It worked.

    is there any way to remove the sidebar of the search results page?

    AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello shanon-walter,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.


    .search .sidebar {
    display:none;
    }
    .search .main-column {
    width: 100%;
    }

    Hope this will helps you.

    Thanks!

    jarektheme

    (@jarektheme)

    Hi there,

    @addweb-solution-pvt-ltd – thank you for your help 🙂

    @shanon-walter – just a quick note. Please use the @addweb-solution-pvt-ltd code in Child Theme. If you don’t use Child Theme don’t paste it in style.css but use Custom CSS field under Appearance → Customize → Additional CSS.

    Best,
    Jarek
    Kale Support

    Thread Starter Shanon de Silva

    (@shanon-walter)

    @jarektheme @addweb-solution-pvt-ltd

    Thanks, it worked 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Search’ is closed to new replies.