hey there :) I'm using your suomi theme, and i was wondering if i could get rid of the brackets you've used in the title? Love the theme btw, neat, clean and beautiful :)
aw, thank you so much! <3 and yes, there is a way you can get rid of those brackets :) here we go~
ok! so, find this part of the code:
{------{Title}------}
and replace it with the code below:
{Title}
yep, that's pretty much it. if you have any other question, don't be shy!!! 。◕ ‿ ◕。
I would like to use your theme 8 but I just wanted to know, is there a code or something you have so the tags dont show unless you hover over them? if not it's okay, I just wanted to know.... :)
there is a code you can add to the html indeed. I'll try and teach you how to do it yourself, but if you have any trouble at all just come forward and ask me again, ok? :)
little tutorial under the cut (ノ◕ヮ◕)ノ*:・゚✧
ok! so, in the case of theme 8, you have to find this part of the code:
.tags a { color:{color:link}; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease;}
now, replace the code above with this one:
.tags a { color:{color:link}; -webkit-transition: all 0.7s ease;-moz-transition: all 0.7s ease;-o-transition: all 0.7s ease; opacity:0;}
if you want the little tag next to the text to be part of the fade effect, find this part of the code:
.tags img { padding-right:3px; -webkit-filter: grayscale(100%); opacity:0;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;-ms-transition: all 0.7s;-o-transition: all 0.7s;}
now to make the fade effect happen, copy the code below and add it after and before
#entries:hover .tags a { opacity:1; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s;}
#entries:hover .tags img { opacity:1; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s;}
hello! I just installed your theme 1 theme! love it :) however, when I click the ask button the x is a question mark ? how can i fix that?
ugh i was soooo mad when i realised what happened to the x in the pop up :( i'll fix that on the pastebin code so all you have to do is reinstall the theme, ok? i'm so sorry for the inconvenient. click here for the fixed html, copy the code and do all those fun things you do when installing a new theme~
now, the only way i know how to fix this problem is by removing the x entirely, meaning the pop up won't have an x on the right corner. you'll have to click outside the pop up to close it. it's cute either way :3