Jump to content

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

Featured Replies

Posted

This arrow

8a9dadcc-3d91-438a-bc11-0a0caf07f356.png

The site is htmkr.com. I cannot find it in the css. I want it to be grey!

For the "alt" skin:

.fce .ipsApp .ipsBreadcrumb
{
      background-color: #9c9c9c;
}

 

  • Author
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?

1 minute ago, Boingerz said:

how do i do it for the current skin?

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

 

  • Author
34 minutes ago, Tom S. said:

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

 

And this will change only the arrow color?

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

 

Edited by Tom S.

Archived

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

Recently Browsing 0

  • No registered users viewing this page.