Bonjour je suis sous Joomla 4 et le template T4 mais je dois mettre des Grids dans user.css et malgré l'enregistrement de ce fichier mes CSS perso ne sont pas pris en compte /grid/ #g-grid { .rt-table {border: 1px solid #3c7216; min-height: 17em;} .rt-table-titre {background-color: #3c7216; color: #fff; font-weight: bold; padding-left: 0.5em;} .rt-table-item .rt-table-portable .rt-table-fixe{color: #666; padding-left: 0.3em;} .rt-table-li {list-style: none; margin: 0.3em;} .g-grid>.g-block>.g-content{margin:0;padding:0;} .g-grid>display:block;flex-wrap:inherit; .g-block{flex-grow:0;flex-basis:100%;} .g-block{display:block;flex:inherit}
Que puis-je faire pour que ça fonctionne ? Ça fonctionnais bien avec le template Hydrogen et Joomla 3
Hi
I'm not familiar with native language on your site, if you wan to customize css file in T4 template, you can create this file:
/templates/your_template/css/custom.css
and put your custom css code there.