Catching Elephant is a theme for Tumblr.

Please look through all the answers here before asking a question. The same questions keep coming up.

A lot of customisation can be done with custom css. Try googling css background for example.

 

dogukan asked
Hello,
Your theme is great, I think you should make another one and keep it premium LOL. 9 dollars would be ok for everybody I think. Anyway...

I wonder if we can change the color of light blue glow around the tables when hovered.
Thanks.

Yep, with custom css. Google RGBA colours and change all three below.

.shadow:hover {
box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
-webkit-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
-moz-box-shadow: 0px 0px 20px rgba(0,235,255,0.8);
}

  1. catchingelephant posted this

Blog comments powered by Disqus