Secondary active link color [SOLVED]

As you can see in the footer, myhome.zip (309.2 KB) there is no visible secondary active link color. I tried to fix it with a own class but it won’t work. I am looking for a suitable solution. Any idea to fix this problem? Anyone?

One way would be to give the footer an ID or a class and use that to target the CSS.

I tested it in your project. It doesn’t seem to show in the Blocs preview but it will in the browser.

<style>
.footer a.active {color:red!important;}
</style>

You can add this to the custom class manager, but make sure you select to keep spaces.
.footer a.active

1 Like

Thank you. That was exactly the solution I was looking for.