beerForo Well-known member Oct 7, 2020 #1 The breadcrumb links, text titles, and arrows. They are my page text color but don't want that. Thanks! Last edited: Oct 8, 2020
The breadcrumb links, text titles, and arrows. They are my page text color but don't want that. Thanks!
Solution P P Paul B Oct 8, 2020 CSS: .p-breadcrumbs>li:after, .p-breadcrumbs>li:before { color: orange; }
beerForo Well-known member Oct 7, 2020 #2 almost! Code: .p-breadcrumbs>li a { color: #fff !important; } I can change the color of the words but not the > marks. Like in the breadcrumb: Home > Forum Last edited: Oct 8, 2020 Upvote 0 Downvote
almost! Code: .p-breadcrumbs>li a { color: #fff !important; } I can change the color of the words but not the > marks. Like in the breadcrumb: Home > Forum
beerForo Well-known member Oct 8, 2020 #3 You can't even highlight the > like you can the text, anyone know where this colors comes from? Upvote 0 Downvote
P Paul B XenForo moderator Staff member Oct 8, 2020 #4 CSS: .p-breadcrumbs>li:after, .p-breadcrumbs>li:before { color: orange; } Upvote 2 Downvote Solution