• Hi
    I would like to change the size of the Heading in my footer.
    It’s too big now. What would be the css for that?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is some CSS that will allow you to adjust the font size of your footer widget titles:

    #containerfooter h3 {
        font-size: 14px;
    }

    You can also control this with your h3 settings in Theme Options> Typography.

    Place custom CSS in Theme Options> Advanced Settings.

    -Kevin

    Thread Starter Marudor

    (@marudor)

    Great
    Works fine.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Virtue Footer headings font size’ is closed to new replies.