Changing Text Size of Posts in Wordpress

by 7 replies
8
Hey guys,
I'm looking to change the text size of my posts on my wordpress blog, but I have close to 300 posts and going through and doing it manually would take forever and a day.

Any suggestions on a plugin or something else to increase my text size in posts quickly and efficiently? Thanks.

Rob
#website design #changing #posts #size #text #wordpress
  • Piece of cake, just change the text size in the theme's stylesheet - style.css. Takes less than a minute...
    • [1] reply
    • Can you be a little more specific, as in, what is the exact filename I would be changing, and where in the code would I make the change? Thank you.

      Rob
      • [2] replies
  • I figured it out based on the link she provided, thanks. The only thing I missed is the bulleted list text did not change size, but no big deal.
    • [1] reply
    • For that you should also look in the stylesheet where the lists are "formatted"...

      e.g.

      ul li {
      font:....

      or
      .content ul li {

      TIP: When looking at the front end > right-click anywhere in the page and select "Show source..."

      In the source code shown find the element you want to modify:
      <div class="whatever">
      <ul class="something">
      <li> list item is here with wrong font size</li>

      - then find the .whatever and .something classes in the stylesheet to modify them
  • Banned
    [DELETED]

Next Topics on Trending Feed