jackflash Posted June 19, 2018 Share Posted June 19, 2018 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? Link to comment Share on other sites More sharing options...
Tom S. Posted June 19, 2018 Share Posted June 19, 2018 Add to custom.css .ipsBreadcrumb > ul > li { color: #000 } Link to comment Share on other sites More sharing options...
jackflash Posted June 20, 2018 Author Share Posted June 20, 2018 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; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.