- You are here:
- Home
- Knowledge Base
- Helpful Information
- How To Change the Title Image (left corner)
How To Change the Title Image:
Open this file: KJE.css
Goto line 74: ".KJETitle"
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAA...SYVtAAAAAElFTkSuQmCC);
Replace "data:image/x-png;base64,iVBORw0KGgoAAAANSUhEUgAA..." with your own image!
Here's how we can do this:
First make your own image...size must be about 85 X 85 pixels.
Go here to Convert your image to Base64 Code:
http://freeonlinetools24.com/base64-image
Copy and Paste your New base64 image code:
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSU...QDtqcv/Pxk0eM4ySYVtAAAAAElFTkSuQmCC);
If this did not work for you, then you did something wrong!
========================================
How To Change the Splash Image:
Open this file: KJE.css
Goto line 1284: "#KJESplash"
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU...AAASUVORK5CYII=);
Replace "data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU..." with your own image!
Here's how we can do this:
First make your own image...size is up to you.
Go here to Convert your image to Base64 Code:
http://freeonlinetools24.com/base64-image
Copy and Paste your New base64 image code:
background-image: url(data:image/x-png;base64,iVBORw0KGgoAAAANSUhEU...AAASUVORK5CYII=);
If this did not work for you, then you did something wrong!