Jump to content

How do I change these two colors in .CSS ?

Featured Replies

Posted

How do I change these two colors in .CSS ?

I am trying to change the two colors in the breadcrum path in the .css. 

How can I do such, please?

1814085204_ScreenShot2018-06-19at4_49_06PM.thumb.png.71b3f25d84638119068cdbbbd7092f31.png

Add to custom.css

.ipsBreadcrumb > ul > li
{
	color: #000
}

 

  • Author
3 hours ago, Tom S. said:

Add to custom.css


.ipsBreadcrumb > ul > li
{
	color: #000
}

 

Thanks, for the help.  Made it bold too:

.ipsBreadcrumb > ul > li
{
    color: #760111; font-weight: bold;
}

Archived

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

Recently Browsing 0

  • No registered users viewing this page.