TolgaTatli/Moon

Changing colour of the nav menu and the home hover button

herboratory opened this issue · 1 comments

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 commented

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)