I'm trying to change the font-size of the Twitter Bootstrap tabs on a webpage. Seems like a simple thing, but for some reason it is not working.
Everything works in my JSfiddle example: http://jsfiddle.net/Ww5Cw/.
However, it is not working properly on the actual webpage: http://chooserealtoday.com/new.html (scroll down a little bit - only tabs on the page).
I've changed the font-size to 22px via Google Chrome Inspector (.nav-tabs li a) and it works, but when I add .nav-tabs li a {font-size:22px;}
to my styles.css
, it doesn't seem to work. I've also tried .nav-tabs > li > a
.
Any thoughts on why this is? Thanks!