marcinibe
Hi
Add this code in custom.css
.itemid-124 .article-content a {
color: #e41e1e
;}
This work for the Menu item as u shared in screenshot, you can repeat the code with another menu item ID to get same.
if you want that the code will work all over the articles you can use .article-content a {
color: #e41e1e
;}