Hello Tim,
Thanks for writing in!
The pages are not related whatsoever so we cannot call them as chil pages. The “Verhalen” page is an archive page while those links inside that page are taxonomy pages. You will have to use custom CSS instead to be able to change the color to the “Verhalen” menu item when the user is viewing any of those taxonomy archive pages.
Using your browser’s Development Tool, you can check the live HTML code and find which CSS selector you need to use or what CSS code has been used to style the page.
Check out this video demonstration:
In your case, you have this one:
where you can formulate this example CSS:
.term-klooster #menu-item-154 .x-anchor .x-anchor-text-primary {
color: red;
}
The code above serves as an example code. Feel free to modify it when needed. Please note that custom coding is beyond the scope of our support. You will have to maintain any custom coding to make sure that it will still work after any updates or does not create any issues or incompatibility in the future.
Be advised that custom CSS coding is beyond the scope of our support under our Support Policy. If you are unfamiliar with code and resolving potential conflicts, you may select our One service for further assistance.
Best Regards.