Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Voyager

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Voyager
    3. Knowledge Articles
    4. What file do I edit to remove the Voyager WebVoyage "Quick Limits" from the Basic Search page?

    What file do I edit to remove the Voyager WebVoyage "Quick Limits" from the Basic Search page?

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Question
    2. Answer
    3. Additional Information
    • Product: Voyager
    • Product Version: 8
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    How do I remove the "Quick Limits" dropdown from the WebVoyage Basic Search page?

    Answer

    To remove the quick limits option from the Basic Search page,edit the searchPages.css file, which is available at:
    /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/[skin]/css/searchPages.css
     
    Locate the #quickLimits selector in the file and add the line "display: none ;" so it looks as follows:
     
    #quickLimits {
    display: none ;
    padding:12px 0px 10px 10px;
    }

    Additional Information

    These instructions, which simply tell the Quick Limits not to display via CSS, can also be used to prevent the "Records per Page" dropdown from displaying.  In the same file, locate the #searchRecs selector and change it to look like this:

    #searchRecs {
    display: none ;
    float:left;
    margin:0px 0px 0px 10px;
    }

     

    Because the modified code is telling it not to render, the "display: none" pretty much overwrites all the other values, so you don't really need to worry about other styling for those elements. Also, because it's simply a display approach, this won't alter the structure or functionality of the HTML form that submits searches.
     

    Voyager Support has a limited ability to assist with WebVoyage customizations.  Please see: What WebVoyage customizations are supported?

     


    • Article last edited: 23-Sep-2019
    View article in the Exlibris Knowledge Center
    1. Back to top
      • What field and subfields are included in the Voyager spinelabel.cfg /F301 Field Code?
      • What file(s) do you edit to change which tabs display on the search screens?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Voyager
    2. Tags
      This page has no tags.
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved