I am currently working on upgrading a site to Joomla 4. It used to run Ariana, unfortunately that's not available for J4, so I decided to use Nina instead. When I came to setting this here icons module, I saw two things that seem strange:
- setting the icon color does not really set the color of the FontAwesome icons, the module seems to use the color set as primary.
- Icon desriptions appear underscored, same as normal links would, looking ugly. I solved this by using
.j51_icons a:link {
text-decoration: none;
}
The module used to run perfectly on the same site when it would run Jooma 3.10. latest
The module claims the version number 2.0.14 when I last checked, this is the version being shipped with all newes J4 templates I have obtained. As the site is currently under development on ma machine, there's no link available.
Any suggestions?