Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #562876

    How do I change the font text size of link in my footer to match the normal font size?

    how do i make them match the font style for color, onhover and normal?

    #563026

    Hey mcraig77,

    Not sure exactly you mean by normal font size, but you can target links in the footer using this CSS:

    #footer a {
    font-size:18px !important;
    }

    Thanks,
    Rikard

    #563504

    Cool thanks, how do I fix the line height? it is pretty spread out?

    #563531

    Hey!

    You can add any more elements, like
    line-height, color etc to the main

    #footer or target any elmenets like #footer a, #footer p etc, based on which element you want to change.

    Let us know if we can help further, by pointing us out exactly

    Best regards,
    Basilis

    #563702

    Hi,

    So my footer has 2 different line heights and looks bad. I need everything to be the same line height. My site is in the private info. When I add the css for line height it doest change the middle column.

    Please help

    #564324

    Hi,

    Try the following as well:

    #text-4 p {
        line-height: 18px !important;
    }

    Regards,
    Rikard

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