Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hyperlink to logo above TOC for readthedown theme #67

Closed
derekmichaelwright opened this issue Jan 8, 2020 · 1 comment
Closed

Comments

@derekmichaelwright
Copy link

In my CSS file I have this code to specify a logo to go in the top left corner above the table of contents:

#table-of-contents h2{
background: url("Logo.png");
}

Is it possible to make this image a clickable link? similar to what is asked here:
fniessen/org-html-themes#80

something like this perhaps:

#table-of-contents h2{
background: url("Logo.png");
background-link: url("http://www.website.com");
}

@juba
Copy link
Owner

juba commented Jan 17, 2020

No, this is not possible for the moment unfortunately. There is no background-link CSS property.

You would have to modify the template itself to do this I think.

@juba juba closed this as completed Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants