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.

 

alexbecherer asked
Hi!
I am using a different font for body now. This works great for Chrome and Firefox. But in Opera this font also is used for all the uppercase fonts as in the "Home", "Archive" links and the tags.
Could you help me in telling me what to put in the custom css to have these displayed in Helvetica, Arial again? Or maybe point me to the original css file of the theme. I was not able to find it with Chrome's developer tools.
Best regards,
Alex

The nav is wrapped in a nav class. So if you want to target the nav links try:

.nav a {
font-family: Helvetica;

Although changing the body font shouldn’t change the nav, as it hasn’t in chrome and firefox. Honestly, I haven’t ever tested this in Opera. I haven’t looked at stats but does anyone still use the desktop version?

Blog comments powered by Disqus