Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
htmkr Posted May 20, 2018 Posted May 20, 2018 This arrow The site is htmkr.com. I cannot find it in the css. I want it to be grey!
Tom S. Posted May 20, 2018 Posted May 20, 2018 For the "alt" skin: .fce .ipsApp .ipsBreadcrumb { background-color: #9c9c9c; }
htmkr Posted May 20, 2018 Author Posted May 20, 2018 7 hours ago, Tom S. said: For the "alt" skin: .fce .ipsApp .ipsBreadcrumb { background-color: #9c9c9c; } how do i do it for the current skin?
Tom S. Posted May 20, 2018 Posted May 20, 2018 1 minute ago, Boingerz said: how do i do it for the current skin? .ipsApp .ipsBreadcrumb { background: #a8a2a2; color: #fff; }
htmkr Posted May 21, 2018 Author Posted May 21, 2018 34 minutes ago, Tom S. said: .ipsApp .ipsBreadcrumb { background: #a8a2a2; color: #fff; } And this will change only the arrow color?
Tom S. Posted May 21, 2018 Posted May 21, 2018 5 minutes ago, Boingerz said: And this will change only the arrow color? Apologies I misread what you were after. To change arrow colour: .ipsBreadcrumb > ul[data-role="breadcrumbList"] li > a:before, .ipsBreadcrumb > ul[data-role="breadcrumbList"] li > a:after { border-color: grey; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.