• I am using the following to enlarge/reduce my font size:

    <script language=”JavaScript” type=”text/javascript”>function changeFontSize(inc){ var p = document.getElementsByTagName(‘p’); for(n=0; n<p.length; n++) { if(p[n].style.fontSize) { var size = parseInt(p[n].style.fontSize.replace(“px”, “”)); } else { var size = 12; } p[n].style.fontSize = size+inc + ‘px’; }}</script>

    There are two elements in my site https://69.195.124.81/~workinv1/ that aren’t changing size:

    div.textwidget and li

    This is driving me crazy! Can anyone offer any advice? Thanks in advance.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Your theme “jobroller” is not to be found in the WP free theme repository.

    Therefore, your best bet would be to contact the theme’s developer for support.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font size’ is closed to new replies.