Hey,
I am working on a new website with Joomla 4 and T4 Framework.
Now I want to give some modules in the right sidebar a different look.
In the module settings of one of the nodules I put the word 'interesse' at Module Class.
In the CSS editor of the T4 template t4_bs5_blank I put the following code:
.module-inner.interesse {
border-radius: 8px 8px 8px 8px;
border: 1px solid #8B1B76;
background-color: #B2D33B !important;
padding: 15px;
}
But this format is not shown.
If I remove the piece of .interesse in the CSS code, I see the result.
But then it applies to all modules in that position.
Am I doing something wrong or is the Module Class option not working with T4?