/* Changer la couleur de survol du menu */ .ct-header-navigation .menu > li > a:hover, .ct-header-navigation .menu > li.current-menu-item > a { color: #ffffff; /* texte blanc au survol si tu veux */ background-color: #0056d6; /* bleu au lieu du jaune */ } /* Bouton Réserver */ .ct-header-button a { background-color: #0056d6 !important; /* bleu */ color: #ffffff !important; /* texte blanc */ border-radius: 6px; /* coins arrondis */ padding: 10px 20px; } .ct-header-button a:hover { background-color: #003c99 !important; /* bleu plus foncé au survol */ }

Blog