Jump to content

Modifier la couleur d un slider


tgw

Recommended Posts

bonjour,

 

pour le cadre il faut modifier cela dans styles.css :

 

.carousel-feature {
   border: 5px solid #CCCCCC;
   cursor: pointer;
   left: -1000px;
   position: absolute;
   top: -1000px;
}

 

dans la même feuille de style, pour les fonds des chiffres :

.tracker-individual-container .tracker-individual-blip {
   background-color: #CCCCCC;
   border-radius: 2px 2px 2px 2px;
   color: white;
   font-weight: bold;
   margin: 0 3px;
   padding: 2px 5px;
   text-align: center;
}

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