Anonymous said: can you make a theme that's for rosy like with uneven posts or idk but 3-4 columns
you can find those around, they’re kind of hard to make
0 notes | REBLOGyou can find those around, they’re kind of hard to make
0 notes | REBLOGthe typing titles? yeah the typing title code is right under <head> at the beginning of the html code! just replace what is there now with what you want it to say.
0 notes | REBLOGHopefully this isn’t too confusing. Go to your HTML page and look for the section where you can edit your posts (where they are, how big they are, etc.). Put this code in that section:
-webkit-filter: grayscale(100%);
Right after that put in a hover code like this one:
.entry:hover{-webkit-filter: grayscale(10%);
}
Except make sure that “entry” is whatever title your posts section is. Doesn’t matter, just make sure they are the same.
If you’re still confused, just message me. Don’t be shy :)
0 notes | REBLOG