The top page banner shown on most ReCrystallize Server pages may be customized.
Method 1
Replace the image file C:\ReCrystallizeServer\images\banner.svg
with your own image.
Method 2
Edit the Sample.css
file. Find the #banner heading and change the background image location to load your own image file. Any common image file type may be used including GIF, JPG, PNG, and SVG.
#banner
{
float: left;
clear: both;
font-size: 0;
width: 962px;
height: 86px;
background-color: rgb(123, 151, 237);
background-image: url('images/banner.svg');
background-repeat: no-repeat;
background-position: top left;
border-bottom: 1px solid #888;
}
Last modified:
17 November 2021
Post your comment on this topic.