Forums
Forums / Theme: Virtue / primary menu formatting
(@giorgoski)
11 years, 6 months ago
how can i change background color and hover colour of primary menu?
(@hannahritner)
Hey, you can change the background with this:
#nav-main ul.sf-menu a { background: #333; }
And the hover with this:
#nav-main ul.sf-menu a:hover { color: #000; }
Just paste them into your custom css box in theme options > advanced settings.
Hannah
The topic ‘primary menu formatting’ is closed to new replies.