Hello! I love your tumblr themes , I'm using " CLARITY " theme , but I can not put the avatar of the transparent left side to touch the mouse like yours or I can put a background , how I can do? Thank you! 💜
Thanks for your question! If you want to make the logo image fade on hover, all you have to do is paste the following code anywhere between the “style” tags:
#logo a:hover{opacity:0.5;}
I made the opacity 0.5, but you can change it to whatever number you want, depending on how transparent you want the logo image to be when you hover over it. (Although I would recommend leaving it as is, since it matches the rest of the theme.)
If you want, you can add transition duration (to change the speed at which the fading happens), like so:
#logo a:hover{opacity:0.5;-moz-transition-duration:0.8s;-o-transition-duration:0.8s;-webkit-transition-duration:0.8s;transition-duration:0.8s;}
Once again, feel free to change 0.8 to whatever you’d like, depending on how fast you want the transitions to happen. (Although, once again, I would recommend leaving it as is, since it matches the rest of the theme.)
Unfortunately, I don’t understand what you mean in the second part of your question; did you want to know how to put a background image in your theme? Because I visited your blog, and you seem to have done it right. Unless you meant that you wanted to put a background in your sidebar? If that’s what you meant, then simply do it the same way that you did for the background you are using on the rest of your blog (except put the code under #sidebar rather than body.) I’m sorry that that wasn’t more helpful; please feel free to message me again if I misunderstood you.











