Search

hello,

my website is: vizeyurdu.com

I have 2 questions for you about the search button.

1-When you click on the Search button and type the keyword 'almanya', the posts come first and then the pages. We want to see the pages field at the top.


2- We don't want to see 'published by' and publication date when we search for 'almanya' keyword.

I'm putting the screenshots in order.

Comments

  • Hi,

    1) Please, put the CSS code below to Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .mfn-live-search-box .mfn-live-search-list{
       display: flex;
       flex-direction: column;
    }
    .mfn-live-search-box .mfn-live-search-list .mfn-live-search-list-pages{
       order: 1;
    }
    .mfn-live-search-box .mfn-live-search-list .mfn-live-search-list-blog{
       order: 2;
    }
    .mfn-live-search-box .mfn-live-search-list .mfn-live-search-list-categories{
       order: 3;
    }
    .mfn-live-search-box .mfn-live-search-list .mfn-live-search-list-shop{
       order: 4;
    }
    .mfn-live-search-box .mfn-live-search-list .mfn-live-search-list-portfolio{
       order: 5;
    }
    

    2) Please, go to Betheme -> Theme options -> Search -> Page, and set the Author option to Hide.

    Thanks

Sign In or Register to comment.