Jump to content

changer couleur icones entête


Recommended Posts

Bonjour, 

Pour la couleur de vos icônes vous pouvez le faire en CSS, actuellement il y a une règle qui s'applique sur votre site dans le fichier custom.css de votre thème  

.tvsticky-up-arrow i, .tvsticky-wishlist i, .tvsticky-compare i, .tvright-sticky-account i, .tvright-sticky-add-to-cart i {
    color: #6f6f6f;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    float: left;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

idem pour le monter au niveau du menu il y a une règle dans le custom.css, il faut enlever le margin auto : 

.tvcmsright-sticky {
    right: 0;
    position: fixed;
    top: 0;
    white-space: nowrap;
    width: auto;
    /* margin: auto; */
    bottom: 0;
    max-height: 200px;
    z-index: 2;
}

 

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...