Home › Support Forums › Theme Support › Pinboard › Changing the color of the Menu Bar › Reply To: Changing the color of the Menu Bar
Daniel Tara
Keymaster
@Ghani you can add these rules to custom CSS to make the mobile navigation consistent with the desktop version:
@media screen and (max-width: 760px) { #access:target .menu { margin-top: 213px; background: #fcccbc; } #access:target .menu a { border-color: #fcccbc; } }