Skip to content
Discussion options

You must be logged in to vote

Currently, the theme does not have built-in support but it should be possible to achieve this with a little bit of coding by you.

See https://mcshelby.github.io/hugo-theme-relearn/configuration/customization/partials/index.html#customizable-partials

You would need to override layouts/partials/heading-pre.html and layouts/partials/menu-pre.html to add some span/div etc. and style it in either layouts/partials/custom-header.html (expects html, so you need to put your styles in a <style> tag) or css/custom.css (if you haven't overriden layouts/partials/custom-header.html before).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aiBR3
Comment options

Answer selected by aiBR3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants