Support › Forums › Flex Theme › Primary navigation background color & alignment › Reply To: Primary navigation background color & alignment
September 8, 2015 at 3:20 am
#533
Moderator
For background color issue, use following code
.site-navigation,
.site-navigation .wrap {
background: #8a2be2;
}
To make menu center align,
1. Go to Appearance > Customize.
2. Expand “Primary Nav Extras” option, uncheck (no tick) this option.
Menu will center align automatically.