PDA

View Full Version : Breadcrumb font size


Guest200721
07-27-2014, 06:39 AM
How do I change the size of the breadcrumb font in vbulletin 4.2.2?

Thanks.

Dave
07-27-2014, 07:10 AM
Add to additional.css template:

.breadcrumb .navbit{
font-size: 14px;
}

Change the font-size to your needs.

Guest200721
07-27-2014, 07:28 AM
Thanks so much!