Jump to content

[RÉSOLU] Changement Coleur du Menu et Panier - Header version Mobile


Recommended Posts

Bonjour,

J'aimerais inverser les couleur noir et blanche des îcones menu et panier, de mon site en version mobile: www.lepetitmot.fr

Actuellement le site se présente comme ça:

1322991633_Screenshot_2019-03-17LePetitMot(1).png.1343121902f162f3674bf17248bb1922.png

 

Mais j'aimerais qu'il soit comme ça:

787535564_Screenshot_2019-03-17LePetitMot(2).png.80e6ebc2fb2c7da88ae25f717d86d5d1.png

 

Sur  /public_html/themes/sellon/_dev/css/theme.scss , j'ai modifié la couleur du background de #menu-icon et de .material-icons, mais cela ne produit aucun effet:

/*** HEADER ***/
#header {
  background: white;
  color: $gray;
  .logo {
    max-width: 100%;
    display: block;
    margin: auto;
    max-height: 55px;
    margin-top:10px;
  }
  a {
    color: #333;
    @include transition(0.2s);
    &:hover {
      text-decoration: none;
      color: $brand-primary;
    }
  }
  .header-nav {
    max-height: 50px;
    margin-bottom: 0px;
    font-size: rem(14px);
    background: #fafafa;
    border-bottom: 1px solid $border-color;
    #menu-icon {
      vertical-align: middle;
      cursor: pointer;
      width: rem(50px);
      height: rem(50px);
      background: $brand-primary;
      .material-icons {
        line-height: 50px;
        color: $brand-primary;
      }
    }

Merci pour votre aide!

Edited by GPOC27
résolu (see edit history)
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...