Jump to content

Featured Replies

Posted

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:

image.png

So far, nothing I've adjusted in the theme changes this, so I must just be missing it.

Thanks in advance!

Solved by Ehren

Go to solution
  • 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.

  • 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!

  • Community Expert
  • Solution

Adding this to your custom CSS area will update the colour:

.ipsBreadcrumb{
	color: red;
}

Recently Browsing 0

  • No registered users viewing this page.