• Resolved wwxn

    (@wwxn)


    Hi,
    I use siteorigin page builder and add a “Asgaros forum: last posts” widget, but the font size is too small, how can I change it? The appearance setting didn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @wwxn

    You can add the following custom-css to your theme (a setting for this should be available in the customizer) to change the font-size of the widget:

    .asgarosforum-widget .post-author,
    .asgarosforum-widget .post-date,
    .asgarosforum-widget {
        font-size: 16px !important;
    }
    Thread Starter wwxn

    (@wwxn)

    Thank you!

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