• Resolved bilalkh

    (@bilalkh)


    hey! i want to hide “Post” shown in search drop down shown in header.Can you please tell me how can i do that?

    • This topic was modified 7 years, 1 month ago by bilalkh.

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

Viewing 1 replies (of 1 total)
  • Theme Author 8Degree Themes

    (@8degreethemes)

    Hi there,

    If you want to hide post shown in search dropdown then go to the Dashboard > Appearance > Customize > Additional CSS setting then add this CSS code:

    select.select-search-type > option:nth-child(3) {
    display: none;
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘How to hide posts in search bar shown in header’ is closed to new replies.