-
Notifications
You must be signed in to change notification settings - Fork 38
Changing the logo
Find has a couple of "Micro Focus Find" logos.
If you log in as a user with the FindAdmin role, you will have access to the Settings -> Customization options in the top right. This allows changing the Find logos; but you can't change the width / height.
If you want to change the default logo or styling, you can build your own version as follows:
Navigate to webapp/core/src/main/public/static/img
You will see several .png image files. Open them up and familiarize yourself with which are which.
Replace the image files with the .png images that you want to use as logos instead. Try to keep the image dimensions as close to the originals as possible.
Follow the steps in Running a Development Copy of Find. Load Find in a web browser and check that your changes work. You might need to force refresh your browser (often ctrl+F5) if the changes don't immediately appear.
If the logos don't display correctly, you might need to adjust the CSS, which comes from the LESS.
Navigate to core/src/main/resources/less/views/ and load animated-find-search.less. Edit the .find-logo-large or .find-logo-small rules that control the display of the images. Adjust the width and height to match the dimensions of the image.