Customize the Browse Catalog button

To customize the label and icon for the Browse Catalog button, follow these steps:

  1. Customize the label and icon as desired:

    Customize the label for the Browse Catalog button

    1. Open the <SRC_root_folder>\secure\configuration\default\font.css file.

    2. Customize the browseCatalog section.

      Here's an example:

             .browseCatalog{
                      font-size: 25;
                      color: #FF5733;
             /*  font-weight: bold; */
                      font-family: Metric;
                      text-decoration: underline;
             }
      

    Customize the icon for the Browse Catalog button

    1. Open the <SRC_root_folder>\asset\icons folder.

    2. Replace browseClose.png and browseOpen.png with your images.

      Note You need to keep the original file name and format unchanged.

  2. Enable the font.css style.

    1. Open the <SRC_root_folder>\secure\configuration\manifest.xml file.
    2. Perform the following configuration.
                    <!--
                    <swfStyles>style.swf</swfStyles>
                    <swfResources>panel.swf</swfResources>
                    -->
                    <cssStyles>font.css</cssStyles>
                    <imageResources>image.zip</imageResources>
    
  3. Restart the SRC server.