Navbar sizing
#2069
-
Using the Academia theme with Hugo I would like to increase the height of the navbar, the font size of the menu items and the size of the logo. |
Beta Was this translation helpful? Give feedback.
Answered by
chrede88
Dec 31, 2020
Replies: 1 comment
-
You have to modify the css class controlling the navbar. Link: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/assets/scss/wowchemy/_nav.scss#L5 Now, overwriting css is done by adding the classes you want to modify to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MERE55
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to modify the css class controlling the navbar. Link: https://github.com/wowchemy/wowchemy-hugo-modules/blob/master/wowchemy/assets/scss/wowchemy/_nav.scss#L5
Now, overwriting css is done by adding the classes you want to modify to
./assets/scss/custom.scss
in your local tree.