Viewing 1 replies (of 1 total)
  • Hi roryocox,

    The only way to change the font size is by overriding the CSS with your own styles. You can use a plugin to do that or add your custom styles to your themes style.css

    To alter the font size for the fixtures/results widget you should add the following CSS rules but don’t forget to change the font-size accordingly:

    li.fixture .home-clubs,
    li.fixture .away-clubs {
        font-size: 16px;
    }

    I hope that helps ??

Viewing 1 replies (of 1 total)
  • The topic ‘Decrease Widget Font Size’ is closed to new replies.