Hi,
I am migrating from Joomla 5 to Joomla 6.
I have an issue with some css.
Here is the problem.
On this page, there is a left menu named 'A Journey into the Heart of My Art':
https://gpfa99.guillenphoto.com/en/all-fine-art-prints-of-amar-guillen.html
As you can see the headings inside the menu have a style. That is fine.
On this page, there is another left menu named 'Discover en Feel':
https://gpfa99.guillenphoto.com/en/all-fine-art-print-collections-in-1-click.html
The style of the headings are different.
It seems that the problem is coming from that css:
button, input, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
SP Page Builder adds this code without specifically specifying that it should apply to elements that belong to it.
Would you help me to solve that issue?
Thanks