Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Changing colour of the nav menu and the home hover button #187

Open
herboratory opened this issue Dec 31, 2018 · 1 comment
Open

Changing colour of the nav menu and the home hover button #187

herboratory opened this issue Dec 31, 2018 · 1 comment

Comments

@herboratory
Copy link

I would like to know how to change the background, menu icon and the font colour at the nav menu? Also the About and the Post button from red?

Many thanks!

@mzeml
Copy link

mzeml commented Feb 2, 2019

If you mean changing the color of the button when hovering (default behavior is it becomes red after you hover over it), do this:

In elements.scss, under %btnextend, got to &:hover. Under &:hover, change "color: $red" to whichever value you want that is located in variables.scss. For example, I changed it to "$info", but I assume you can add a new variable and use that if you'd want.

To change the color for hovering on the Title and Read More of a post in the list of posts, you need to go to typography.scss and change instances of $red under &:hover to the color variable you want (there should be two)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants