- This topic has 3 replies, 2 voices, and was last updated 8 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Missing Home Page Logo Link’ is closed to new replies.
Home › Community Forums › Ally Theme Support › Missing Home Page Logo Link
Somehow I’ve managed to lose the header logo link back to the site root. Can anyone recommend a way I can get this back? The header logo should link to http://ook.co
Kind regards,
Luis
Try adding this to your css –
.site-title a {
float: left;
min-height: 65px;
width: 100%;
}
This code should already be in your css by default. If you removed it from the css, then you can add it back and it should work.
Thanks Wes, the declaration was there, but was missing the three elements you posted.
That fixed the issue!
Regards,
Luis
You’re Welcome!