Breadcrumb text color on Search and Category pages
Hi all,
Does anyone have insight into how to change the color of the breadcrumb/navigation links at the top of Search Result and Section/Category pages in Guide?
I'm working on updating the colors in our theme to match our new branding.
I was able to edit the breadcrumbs on article pages in the style.css file easily by following the guidance in the Help Center CSS cookbook. The breadcrumbs in articles are now displaying the way I want them. So no problems there.
However, in the breadcrumbs on Search Results and Section/Category pages, the old color (a darker purple) is still displaying. The top-level entry is our brand color, but the link for the specific page is a different color.
I haven't been able to locate code that is styling this text or figure out how to add/edit it. If anyone has suggestions, I would be grateful!
I found two sections about.search-result-breadcrumbs styling in the CSS stylesheet, but changing these to our brand color does not update breadcrumb links at the top of the page.
I'm having the same trouble with the "article updated" information text on article pages. I found guidance on how to edit this in the CSS Cookbook, but it isn't working. Here's my code:
However, this text is still showing up in the old color, not our current Brand Color; you can see in the screen shot that it is different from the author name (which IS in our current Brand Color).
I'm stumped and would be grateful for any guidance! (Note that I'm also a CSS beginner, so it's entirely possible that I'm overlooking something obvious.)
-
Hi Liz,
Try this:
.breadcrumbs li a:visited {
color: yourcolor;}
I just tested it changing my visited link to red, and it worked.
Good Luck!
-
Thanks, Amy!
サインインしてコメントを残してください。
2 コメント