the-turk / flarum-stargazing-theme

Purple based theme for your Flarum forum.
MIT License
6 stars 4 forks source link

how to change the color of the nav bar? #2

Closed f0rmatme closed 4 years ago

f0rmatme commented 4 years ago

how to change the color of the nav bar? any easy way?

the-turk commented 4 years ago

Did you mean the header? If so,

Remove these lines if you don't want to apply gradient on that: https://github.com/the-turk/flarum-stargazing-theme/blob/c67566fe86a1f3a4c4091c08da10cd0810e51ced/less/common/mixins/header-background.less#L3-L5

Change @body-bg at this line with your desired color:

https://github.com/the-turk/flarum-stargazing-theme/blob/c67566fe86a1f3a4c4091c08da10cd0810e51ced/less/common/variables.less#L47

If you want to keep gradient but try different colors, then play with these colors here (their names are self-explanatory, I believe):

https://github.com/the-turk/flarum-stargazing-theme/blob/c67566fe86a1f3a4c4091c08da10cd0810e51ced/less/common/variables.less#L21-L23