Hi again
How can I target text and links in the footer to change colour, font size etc, without affecting the a tags and breadcrumbs on the rest of the site. I used this css but it targets the size of the breadcrumb font and all a links on the site, not just in the footer:
#footer p, a {
font-size: 13px;
}
Thanks very much!
CJ