Mega Menu Plugins Don’t Show

QuestionsCategory: QuestionsMega Menu Plugins Don’t Show
Karl Henderson asked 1 year ago

I’ve tried 10 times to reply on the forum but every time I comment it disappears and only let’s me reply to myself…. 
Following up, I would like the menu to be royal red with white text. Also, the side tab arrow won’t show despite me adjusting the color…it just shows the base tab red color(I want the arrow to be white). 
Can you help fix this please? website: heheels.com

1 Answers
Support Team Staff answered 1 year ago

It is most likely because it is closed.  The question auto close after a certain time period and can not be commented on.  Here is what you can add to your additional CSS for this.  Change the hex codes out to your color if wrong.

.nav-primary {
background: ##bc2b2b;
}

.genesis-nav-menu a,
.responsive-menu-icon::before {
color: #fff; {
color: #fff;
}
@media only screen and (max-width: 1080px) {
.genesis-nav-menu.responsive-menu {
background: #bc2b2b;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
color: #fff;
}
}