Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Login with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Tagged

Welcome to the new Community Forums!

Existing Users: As an additional security precaution measure, please reset your password and login with your new password given to you via your email.

New Users: You are required to link with either your Facebook, Twitter, Google or OpenID account to register.

If you have any other issues, please send the administrator an email at support [ a t ] arrastheme.com
Image Header; there's no active HOME link/hyper-link…
  • I replaced the text header with a graphic image and it looks good, but the image has no hyper-link, you can't click on it to go HOME…
    Is there a solution?

    Later,
    Larry
  • Same issue - I've added a banner, but trying to figure out the link...
  • zyzy
    Administrator
    At the moment it does not support hyperlinks from the header image if you are using the beta. We'll add that in future versions (or rather it's half done in the latest build downloadable at GitHub).
  • kr4mb3kr4mb3
    Member Accepted Answer
    i have found a little workaround working on firefox and webkit browsers (not IE :-( )
    open style.css in Editor, search for ".blog-name" and add "opacity: 0;" so the text is in front of your graphic, but invisible :)

    Here is my CSS code:

    .blog-name {
    margin: 0 0 0.5em;
    margin-left: 20px;
    line-height: 1.2em;
    display: block;
    font-size: 300%;
    opacity:0;
    }

    With font-size you can enlarge your text so it fits with your graphic width ;)

    Greetz
    kr4mb3