Jump to content

Please, for the love of god, how do I change the color of th


htmkr

Recommended Posts

Posted
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?

Posted
34 minutes ago, Tom S. said:

.ipsApp .ipsBreadcrumb
{
	background: #a8a2a2;
        color: #fff;
}

 

And this will change only the arrow color?

Posted
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;
}

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...