HIHI:D
1. To change the color of the sparkles: CTRL+f and type: sparkles
just above the word sparkles, you will see one color code ( #fff ). Replace it with the color code that you want for your sparkles.
2. For moving title bar, Replace “title here” with the words you want. To find “title here”, press CTRL+f and type title here.
3. change the color of scroll bar: Replace the color code to the color code you want. to find the paragraph, Press CTRL+f and type: scrollbar:
You will find this paragraph: (The code is highlighted in bold)
::-webkit-scrollbar { width: 10px;}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment { height:0px; display: block; background-color: #fff;}
::-webkit-scrollbar-track-piece { background-color: #FFFFFF; }
::-webkit-scrollbar-thumb{ background-color:#fff; -webkit-border-radius: 20px; border-radius: 20px; border: 1px solid #000;}
4. You can add in more links under the navigation area:
You can find the navigation area by pressing CTRL+f and type Home. To add more links, copy this and paste it after <a href=”archive”>archive</a>:
<a href=”LINK URL HERE”>LINK NAME HERE</a>
Just replace the LINK URL HERE with your link url and LINK NAME HERE with the name of the url.