How to change main navigation color

Home Forums WordPress Theme TrueMag How to change main navigation color

Étiqueté : , , ,

Affichage de 1 message (sur 1 au total)
  • Auteur
    Messages
  • #4226
    Zied Abdennabi
    Maître des clés

    How to change main navigation color, instead to only use two options: Dark & Light? And also Sub menu font color from Grey to other color.

    You could try with these code segments in Theme Options > General > Custom CSS

    #top-nav.layout-3 .navbar-inverse {
      background-color: #000fff ;
    }
    #top-nav .dropdown-menu > li > a {
      color: #000fff;
    }
Affichage de 1 message (sur 1 au total)
  • Vous devez être connecté pour répondre à ce sujet.