Lien active
11 years 1 month ago #17641
by timal78
Lien active was created by timal78
Bonjour,
Super extension, un grand merci.
J'aimerais mettre une couleur sur les liens "active" du menu. Dans n'importe quel niveau.
C'est possible ?
Merci,
Ju
Super extension, un grand merci.
J'aimerais mettre une couleur sur les liens "active" du menu. Dans n'importe quel niveau.
C'est possible ?
Merci,
Ju
Please Log in or Create an account to join the conversation.
11 years 1 month ago #17642
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Lien active
salut
oui c'est possible en ciblant la classe css ".active", ou ".current" en fonction de tes besoins
CEd
oui c'est possible en ciblant la classe css ".active", ou ".current" en fonction de tes besoins
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 1 month ago #17643
by timal78
Replied by timal78 on topic Lien active
Depuis mon template je n'arrive pas à "agir" sur le menu. J'ai ajouté un suffixe de classe CSS "MenuGauche" et j'ai testé :
.MenuGauche .active{
color:red;
}
.MenuGauche .isactive {
color:red;
}
.MenuGauche .current{
color:red;
}
mais rien à faire
.MenuGauche .active{
color:red;
}
.MenuGauche .isactive {
color:red;
}
.MenuGauche .current{
color:red;
}
mais rien à faire

Please Log in or Create an account to join the conversation.
11 years 1 month ago #17644
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Lien active
essaies avec
Code:
.MenuGauche .active > a{
color:red !important;
}
Joomlack Webmaster and Developer
The following user(s) said Thank You: timal78
Please Log in or Create an account to join the conversation.
11 years 1 month ago #17652
by timal78
Replied by timal78 on topic Lien active
Un grand merci !!!
Please Log in or Create an account to join the conversation.
11 years 1 month ago #17653
by timal78
Replied by timal78 on topic Lien active
c'est ok pour moi
Please Log in or Create an account to join the conversation.
Time to create page: 0.212 seconds