Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #28718

    Hello,

    i’d like to remove “avia_combo_widget” comme the Search Result Page. How can I do?

    Thanks in advance,

    Céline Flament

    #138424

    Hey,

    You can add this on your custom.css or Quick CSS:

    .search .widget.avia_combo_widget {
    display: none;
    }

    Remove browser cache then reload the page.

    Regards,

    Ismael

    #138425

    Thanks a lot ! The title (an H3) is still there though…

    #138426

    Hey,

    My bad. Add this:

    .search-no-results .entry-content.clearfix h3 {
    display: none;
    }

    Regards,

    Ismael

    #138427

    It works great, thanks a lot again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing avia_combo_widget from search’ is closed to new replies.