Bonjour,
Je rencontre depuis plusieurs mois un problème,
Pour ajouter un item a encadré bleu dans notre menu, mon responsable a fait appel a un codeur.
Celui-ci a ajouté ça dans apparence --> personnaliser CSS :
/ Bouton CTA /
.btn-appel-action a {
background-color: #0e2eaf;
border-radius: 20px;
padding:15px 15px !important;
color: #ffffff!important;
}
Seulement, depuis, le texte sur ce fond bleu devient noir si on scrool et je n'arrive pas à le changer.
Voilà le site : https://www.fabien-immobilier.fr/
N'étant pas une professionnelle je ne vois pas comment régler le problème.
Merci d'avance pour votre aide,
Cordialement.
@media only screen and (min-width: 981px)
.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {
color: #000000!important;
}
C'est à cause de ceci dans ton css.
Hello :)
alors dans l'inspecteur le fautif c'est:
@media only screen and (min-width: 981px)
.et-fixed-header #top-menu a, .et-fixed-header #et_search_icon:before, .et-fixed-header #et_top_search .et-search-form input, .et-fixed-header .et_search_form_container input, .et-fixed-header .et_close_search_field:after, .et-fixed-header #et-top-navigation .et-cart-info {
color: #000000!important;
}
// Et plus précisément c'est ce selecteur: ".et-fixed-header #top-mnu a"
Faudrait essayer de retrouver cette partie CSS pour virer .et-fixed-header #top-mnu a
et ce sera réglé :p