theme 216 static preview
(it’s on top left side of the theme)
important: colors and text shown in the preview match the type of theme applied there. so when you use, the colors, fonts and text size may look different if you’re using a different theme, but you can freely customize this in css.
the one used in the preview is my theme 215
another example, this one is my theme 200
get the code / alternative
copy the code above and paste anywhere between <style> </style> in your html
first, search for the tag <body>
copy this code / alternative, paste the code below the tag <body>
search in the css part for GUIDE HOW TO CUSTOMIZE
there you find out how to change the colors if you want
you can also change text, font size, style, anything. just edit the css
there are comments everywhere in the html code, it won’t be complicated to edit, but if you have any difficulty feel free to send me a message and i will help you
i wanted to be as simple as possible, but if you want custom icons before the update titles, just follow the simple instructions here / alternative
change update position to the right side
in the css part, you do this: (basically just change what’s left to right)
go to .update-container
and change left:15px; to right:15px;
go to .update-option, .update-title label a
and change text-align: left; to text-align: right; also, change padding-left:10px; to padding-right:10px;
go to .update-toggle:checked + .update-title + .update-content
and change text-align:left; to text-align:right; also, change margin: 5px 0px 0px; to margin: 5px 0px 0px -125px;
anything else you need you can send me an ask or message