It looks like the style is inherited from a parent somehow, probably the one set for ".main-content ul li".
try this:
Code: Select all
.main-content .mapsite ul li a {
color: #FD0000;
font-size:50%;
}Code: Select all
.main-content .mapsite ul li a {
color: #FD0000;
font-size:50%;
}Return to “Layout and Design (CSS & HTML)”
