Personal tools
You are here: Home Documentation FAQs Is there a simple way to eliminate the MARC and ISBD tabs on the OPAC detail page?
Document Actions

Is there a simple way to eliminate the MARC and ISBD tabs on the OPAC detail page?

Up to Table of Contents

This FAQ applies to: 3.0, 3.1

This can be done with CSS very easily. The quickest way is edit the System Preference 'OPACUserCSS', and add the line:

#views .views { display: none; }

 

The 'OPACUserCSS' is applied to the page last, so it will override any other CSS.   Alternately, you can directly edit the CSS file(s) specified by the system preferences 'opaclayoutstylesheet' and 'opaccolorstylesheet', which can be found in the css directory under the OPAC templates directory in your installation.

  • Get there: More > Administration > Global preferences > OPAC > OPACUserCSS
  • Get there: More > Administration > Global preferences > OPAC > opaclayoutstylesheet
  • Get there: More > Administration > Global preferences > OPAC > opaccolorstylesheet

see also:

OPAC
These settings will allow you to make some customizations to the way your OPAC works.
Can I change my templates?