Posted July 3Jul 3 I'm trying to find out which theme option in v.4 allows me to change the color of these "Home > Forums" and the "Unread Content" and "Mark site read" links:So far, nothing I've adjusted in the theme changes this, so I must just be missing it.Thanks in advance!
July 4Jul 4 Community Expert It’s Light Text. But if you have unusual contrasts, changing that value might make light text in other areas appear poorly. You might need custom CSS to target the breadcrumb area directly.
July 5Jul 5 Author On 7/4/2025 at 12:37 AM, opentype said:It’s Light Text.But if you have unusual contrasts, changing that value might make light text in other areas appear poorly. You might need custom CSS to target the breadcrumb area directly.Ah, thanks! I've been doing some looking to see if I could find the breadcrumb area that would affect this. Has anyone successfully implemented custom CSS to do this? Thanks!
July 5Jul 5 Community Expert Solution Adding this to your custom CSS area will update the colour:.ipsBreadcrumb{ color: red; }