Jump to content

PS 1.7 CSS impossible de trouver le code CSS de l'icone recherche quand on est focus dans le champ


stephabcde

Recommended Posts

		<button type="submit">
			<i class="material-icons search">&#xE8B6;</i>
      <span class="hidden-xl-down">Rechercher</span>
		</button>
#header .header-nav .material-icons {
    line-height: inherit;
}

.material-icons {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

https://new.baggysmith.com/themes/classic/assets/css/theme.css ligne 7

Link to comment
Share on other sites

le turquoise est uniquement au :hover sur le bouton pour l'instant:

.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a;
}

:hover {
    color: #d0417e;
    text-decoration: none;
}

 

Link to comment
Share on other sites

Merci

le #d0417e c est du rose modifié dans le custom css 

mais si on veut tout en rose et que l'on ne veut pas de turquoise ... et lorsque l'on veut saisir un élément dans le champs de recherche le picto passe en turquoise et c'est cette couleur que je veux changer ...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...