As you can see, the text links are now like normal. But all buttons, selectmenus, navbars are also blue underlined... Do you have a solution please?
If you want to change color of link only in Link components you would need to use another selector in CSS
code.ui-link {
...........
}/code
another way is to add class for all links you are going to change and use that class in CSS.
Yes thank you, I created a class for all links that I want to change.
Hi,
The issue is fixed.
Hi,
The issue is fixed.