help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
Custom description
Custom description
4 years 4 months ago - 4 years 4 months ago
Hello,
I discover JEM.
I'm trying to customize the presentation of the event description.
In the Front end presentation, I would like the item description to be on a different color background.
My template is built with "Template Créator CK".
I tried the "Custom.css" of the template with the following lines of code:
.jem-description event_desc {
background: #ffffff;
}
but without success: huh:
Thank you for your help
Bonjour,
Je découvre JEM.
J'essaie de customiser la présentation de la description de l'évènement.
Dans la présentation en Front end, je voudrais que l'article description soit sur un fond de couleur différent.
Mon template est construit avec "Template créator CK" .
J'ai tenté le "Custom.css" du template avec les lignes de code suivantes:
.jem-description event_desc {
background: #ffffff;
}
mais sans succès:huh:
Je vous remercie de votre aide
I discover JEM.
I'm trying to customize the presentation of the event description.
In the Front end presentation, I would like the item description to be on a different color background.
My template is built with "Template Créator CK".
I tried the "Custom.css" of the template with the following lines of code:
.jem-description event_desc {
background: #ffffff;
}
but without success: huh:
Thank you for your help
Bonjour,
Je découvre JEM.
J'essaie de customiser la présentation de la description de l'évènement.
Dans la présentation en Front end, je voudrais que l'article description soit sur un fond de couleur différent.
Mon template est construit avec "Template créator CK" .
J'ai tenté le "Custom.css" du template avec les lignes de code suivantes:
.jem-description event_desc {
background: #ffffff;
}
mais sans succès:huh:
Je vous remercie de votre aide
Last edit: 4 years 4 months ago by Alain.
Please Log in or Create an account to join the conversation.
Re: Custom description
4 years 4 months ago
Hi Alain,
you are on which version and on which template (legacy table style or default responsive)?
you are on which version and on which template (legacy table style or default responsive)?
Please Log in or Create an account to join the conversation.
Re: Custom description
4 years 4 months ago
I am using the latest version 2.3.1
and the style: -default responsive-
J'utilise la dernière version 2.3.1
et le style: -défault responsive-
and the style: -default responsive-
J'utilise la dernière version 2.3.1
et le style: -défault responsive-
Please Log in or Create an account to join the conversation.
Re: Custom description
4 years 4 months ago
Ehhhmm.. the latest release is 2.3.0 at the moment :huh:
Please Log in or Create an account to join the conversation.
Re: Custom description
4 years 4 months ago - 4 years 4 months ago
hmm,
did not try responsive-view but you're dealing with 2 classes and an extra dot is needed.
have to say i didn't test it so can be wrong
did not try responsive-view but you're dealing with 2 classes and an extra dot is needed.
Code:
.jem-description.event_desc {
background-color: #FFFFFF;
}
have to say i didn't test it so can be wrong
Last edit: 4 years 4 months ago by Bluefox.
Please Log in or Create an account to join the conversation.
Re: Custom description
4 years 4 months ago
Merci Bluefox.
J'avais enlevé le "div" devant .jem-description...
Ca fonctionne nickel en rajoutant la ligne de code dans le custom css de template créator CK
Note:
Si je réussi à mettre e nplace mn site associatif, j'apporterai ma contribution.
Thanks Bluefox.
I had removed the "div" in front of .jem-description ...
It works great by adding the line of code in the custom css of template creator CK
Note:
If I succeed in setting up an associative site, I will make my contribution.
J'avais enlevé le "div" devant .jem-description...
Ca fonctionne nickel en rajoutant la ligne de code dans le custom css de template créator CK
Note:
Si je réussi à mettre e nplace mn site associatif, j'apporterai ma contribution.
Thanks Bluefox.
I had removed the "div" in front of .jem-description ...
It works great by adding the line of code in the custom css of template creator CK
Note:
If I succeed in setting up an associative site, I will make my contribution.
Please Log in or Create an account to join the conversation.
Time to create page: 0.498 seconds