Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #715858

    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

    #716242

    Hey jaroljmek,

    Please try this instead:

    #footer p, #footer a {
    font-size: 13px;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.