Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    yes, you can use css for that

    Thread Starter gonzo23

    (@gonzo23)

    Thanks Thomas.

    This might sound really stupid but im a beginner and still getting my head around Word press. Would you be able to tell me how i can change the font size in Css?

    Apologies and thanks in advance.

    Plugin Author Thomas Maier

    (@webzunft)

    Unfortunately, I can’t give you a crash course on CSS here, but you need to figure out how to include custom CSS in your theme (either coding in the template, style.css or a custom field in the theme options).

    There, you can use a line like this to make the font size smaller

    isc-source-text { font-size: .8em !important; }

    or larger

    isc-source-text { font-size: 1.2em !important; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the font size in overlay’ is closed to new replies.