hi, i don't know if this counts as a big editing question, but is it possible to add hover tags at the bottom of the post in the theme 'oxygen'? if so, is there a code i could use to do so? thanks so much!
there is a way to add hover tags and it’s kind of one of the bigger edits but i’ll make an exception bc other ppl might want this as well and it isn’t that bad
go into the code, look for #tags a {display:inline-block;padding:0 2px;}
{block:IndexPage}.tags { text-align:right; width:auto; font-size:8px; opacity:0; margin-right:-10px; transition:0.5s ease-in-out; -webkit-transition:0.5s ease-in-out; -moz-transition:0.5s ease-in-out; -ms-transition:0.5s ease-in-out; -o-transition:0.5s ease-in-out;}#posts:hover .tags {opacity:1;margin-right:0;}{/block:IndexPage}
go farther down, look for {block:PermalinkPage}
{block:IndexPage}{block:HasTags}
{/block:HasTags}{/block:IndexPage}
that should work if you install this code correctly but if it doesn’t, ask again.