Branding
Header
Site title
# add to config/variables.env
OVERLEAF_NAV_TITLE=Our Overleaf InstanceLogo
# add to config/variables.env
OVERLEAF_HEADER_IMAGE_URL=https://mysite.somewhere.com/img/logo.pngHeader navigation links
[
{
"text": "Some link",
"url": "http://example.com/somelink",
"class": "subdued",
"only_when_logged_out": true
},
{
"text": "Help",
"class": "subdued",
"dropdown": [
{
"text": "Documentation",
"url": "/learn"
},
{
"text": "Contact Admin",
"url": "http://example.com/contact"
}
]
}
]
# add to toolkit/variables.env
OVERLEAF_HEADER_EXTRAS=[{"text":"Some link","url":"http://example.com/somelink","class":"subdued","only_when_logged_out":true},{"text":"Help","class":"subdued","dropdown":[{"text":"Documentation","url":"/learn"},{"text":"Contact Admin","url":"http://example.com/contact"}]}]Footers
Last updated
Was this helpful?