Hi
I have built a menu from custom post type posts
https://rugbyinfo.tcfdev.xyz/rugby-info-topic/fixtures/
I am trying to indicate the current active page but so far the CSS is eluding me. I have used the following to target the menu elements and thought i could use the pseudo class :active to do this but sadly not. A point in the right direction would be much appreciated
a .x-text-content-text-primary:active{
color: blue!important;
}
a .x-text-content-text-primary{
color: red!important;
}