Hello,
using Helix Framework I note two trasitions effect that I would eliminate:
- site pages open with a zoom-like effect; I tried putting in the custom.css the instruction
a, a:hover, a:focus, a:active {transition: 0 ms}
but it is not the right one
- all links, in the focus and active state, are transformed to a lower font (see e.g. https://www.galileivr.edu.it/galileivr4/amministrazione/segreteria ).
I can't find any way to eliminate this effect.
Also, in the last section of the footer (class footer-pers), I imposed the custom css that includes the color
.footer-pers a:hover, a:focus, a:active {color: yellow !important}
However, I also find the yellow color in other links too, where I have not imposed it.
If I remove the !important attribute from the CSS, the yellow color is not applied to any link (not even the footer link).
Can you give me some suggestions?
Thank you in advance.
Note: I Use PHP 7.4 because this site is actually in construnction, in a subdirectory of a site in Joomla! 3.10, which is not compatible with PHP 8.x