How can I customise font size in the widget content?

  • Unknown's avatar

    Hi, I am using Vigilance theme. I already upgraded my custom design, but still can’t change the font size of the widget content on the right. Does anyone know?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Changing the font size has to be done through the CSS.

    This will increase the font size on all text widgets and such (not the calendar and other special purpose widgets). You can adjust the value as needed. I just put 1.2em in as a placeholder.

    .widget p {
    font-size: 1.2em;
    }
  • The topic ‘How can I customise font size in the widget content?’ is closed to new replies.