• I would like to change font size of footnotes. I need help putting in the css. I tried .footnotes { font-size: 14px; } but it did not work. Please help!

    I am using Hello Elementor theme. I put the code in the CSS customizer in the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem here. 🙁 Using Divi.

    This worked for me, within another plugin that helps me manage CSS:

    .footnotes { font-size: 1em !important; }

    My current problem is trying to fix the color. I don’t want it dim.

    Plugin Contributor David Artiss

    (@dartiss)

    Thanks for the suggestion. Does this work for everyone else too?

    My current problem is trying to fix the color. I don’t want it dim.

    Have you tried changing the colour using the same .footnotes CSS?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change size of footnotes’ is closed to new replies.