• Resolved Ashley

    (@ashleymmsg)


    Hello,

    I’ve been trying to change the font size for the FDA disclaimer text in my footer. The site won’t seem to register any of the additional css I have tried adding.

    Do any of you know how fix this?

    Thanks,
    Ashley

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ashleymmsg,

    Try to add the following code to your Additional CSS with your desired size:

    .textwidget.custom-html-widget p{
       font-size: 10px !important;
    }
    Thread Starter Ashley

    (@ashleymmsg)

    Hi @betydbr ,

    Thanks for your help. That CSS only works if I have it in there twice like this:

    .textwidget.custom-html-widget p{
    font-size: 1em !important;
    }
    .textwidget.custom-html-widget p{
    font-size: .75em !important;
    }

    It won’t register the CSS otherwise.

    I’m glad that you found something that works for you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Footer – Font Size’ is closed to new replies.