Atahualpa Theme: remove header image outline on click

I am using the Atahualpa Theme and I think it’s annoying to get an outline around the header image while clicking on it by default. The outline is the dashed line around the header image that appears when you press your mouse button down while hovering over the image (at least in Firefox 3). There is a very easy way to remove it:

Add the following to your Appearance -> Athualpa Theme Options -> HTML/CSS inserts:

a:active, a:focus{outline: none}

Works for me :-)

Leave a Reply

Your email address will not be published. Required fields are marked *

Human? Please fill this out: * Time limit is exhausted. Please reload CAPTCHA.

  1. David Peers Avatar

    This blog helped me in solving some problems with the latest release, Why do they always seem to leave out vital documentation when they upgrade? It may be minor to them but not to me. I’m sure i’m not alone either.