Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Awesome, great to hear!

    You could add the following line of CSS to your theme its stylesheet (/wp-content/themes/your-theme/style.css or use Appearance > Editor) to decrease the font-size in a scroll triggered box.

    Set font-size for all boxes

    .stb { font-size: 12px; }

    Set font-size for one particular box with id 321

    .stb-321 { font-size: 12px; }

    Hope that helps, happy holidays!

    Thread Starter fadhilah.wahid

    (@fadhilahwahid)

    that did it! Thanks ?? Happy holidays to you too Danny, I really appreciate the help!

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