• I am using a template and even after going to and from the various template files several times, I am unable to find out from where the font size is being set for contents of this page. I even tried defining the ID and Class identifiers in style.css and tried applying to the main content divider to no effect.

    Can anyone help me out with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • At the bottom of your CSS file, try adding:

    .entry p {font-size:1.3em!important;}

    Change the 1.3 to whatever you like. 1.0 is the same as what you have now.

    It is being set in style.css, line 251 in the p{} element.

    I prefer to add changes at the bottom of a CSS file. That way, all the changes are readily available to me. I don’t need to hunt through the file to tweak things.

    On many sites, I just create an added.css file that I add to the theme. All my changes go in that so if the theme updates, it won’t rest the changes I made.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unable to set font size for this page’ is closed to new replies.