Forums
Home / Theme: Adelle / navigation bar
(@lilsugarplum)
11 years, 2 months ago
How do I change the of the navigation bar and footer?
(@wongpk)
I think you missed a word there, the… of the navigation?
I meant how to change the color of the nav bar
This will be some CSS related. It is best if you have Jetpack Custom CSS activate so you don’t edit the theme file directly.
.nav { background: #cccccc; }
You should change the color code to suit your need.