[solved] site_mapper tag layout not changed by CSS?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
sn3p
Forum Members
Forum Members
Posts: 169
Joined: Mon Oct 15, 2007 2:27 pm

Re: site_mapper tag layout not changed by CSS?

Post by sn3p »

Hi,

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%;
}
Post Reply

Return to “Layout and Design (CSS & HTML)”