Mobile Styling - Changing link color

0
Hi, I am working on mobile styling and new to css styling in mendix. I am having some problem in changing link text-color and disable hover color. I have a link named FAQ also there are some more links along the journey and I want their color to be changed to darkslategray(#004052) but this only works on hover and I cant find how to disable the hover and still trying different ways. I created a class in css and tried to allocate it to that link but didn't work also tried to change color using inline style option but no change. Any help on this would be helpful. The widget used for FAQ link is microflow button and then I am changing its render mode to link.
asked
1 answers
0

try class mendixButtonlink for default link, mendixButtonlinkHover for hover

answered