Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Marcus,

    Which widget on your site would you like to change the font size on?

    Regards,
    Gareth

    Thread Starter marcinstanczak

    (@marcinstanczak)

    All of them ??

    OK, well you can insert some CSS into your custom.css file to control this. For instance,
    the heading size of both your widgets on the right side of your page can be customised like so:

    h1.widget-title {
         font-size:20px!important;
    }

    The table of teams’ text can be increased in size with the following CSS:

    #phpleague {
    font-size: 0.9em!important;
    }

    Hope this helps.
    You can change the font-size in each instance to whatever size you would prefer.

    Thread Starter marcinstanczak

    (@marcinstanczak)

    Thats work!! Thanks a lot!!

    Now I have a question it is any chance to add TITLE of news to slider?

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