How Do You Enlarge Titles & Subtitles In Wordpress Posts

by Dele
11 replies
  • SEO
  • |
Hi All,

Please, how does one enlarge titles and subtitles in Wordpress posts?

Thanks
#enlarge #posts #subtitles #titles #wordpress
  • Profile picture of the author webdango
    You'll have to edit the CSS file to do that.....
    Signature
    I make $2,000 - $3,000 a month and YOU CAN TOO
    Get the exact methods I use in my No Joke Guides:
    How to Build Income Earning Websites
    Search Psychology and Keyword Brainstorming
    How to Find a Profitable Niche
    Read more tips at my NoJokeGuide blog
    {{ DiscussionBoard.errors[2572629].message }}
  • Profile picture of the author Dele
    Thank you webdango for your post.

    Can you please give specific instructions on how this can be done?

    Is it also the same approach to have these titles and subtitles in other colours?
    Signature

    What Others Are Saying About This Top MLM Company | Get Brand New, Brand Name Products For Pennies @ New Penny Auctions | Play Online Game At Eager Zebra Games | The source through which i smile to the Bank daily with $$$ => Top Home Based Businesses

    {{ DiscussionBoard.errors[2572633].message }}
  • Profile picture of the author Dellco
    Originally Posted by Dele View Post

    Hi All,

    Please, how does one enlarge titles and subtitles in Wordpress posts?

    Thanks
    On your Add New Post page, there is a part called Font Size when you look at your rich text editor. You can make the font bigger there.
    {{ DiscussionBoard.errors[2572648].message }}
  • Profile picture of the author D Baker
    What theme are you running?

    You will need to access you CSS style sheet.

    Best thing you can do is install Firebug - Firebug

    Than go to your website and click on one of the titles or subtitles with the right mouse button. Select the last option - INSPECT ELEMENT

    A pop up screen will appear at the bottom of your screen showing you the HTML on the left and the CSS on the right. This way you can find exactly where in your CSS you need to change your titles size.

    It usually says something like H1, H2, H3... it varies depending on the theme you are using.
    {{ DiscussionBoard.errors[2572653].message }}
    • Profile picture of the author Dele
      Thank you guys for your posts.

      I will start putting your suggestions into action and give you a feedback.

      Originally Posted by D Baker View Post

      What theme are you running?
      I am running 9ths Current 1.3 by 9th sphere

      The site i am referring to is my blog @ http://www.homebiz-supermarket.com/p...business-ideas/

      Specifically i want the enlargement for the blog post titles and subtitles and want to jettison the current approach i use of inserting codes directly on these blog posts to achieve this objective of enlarging titles as i currently do, since i seem to discover it is anti-SEO
      Signature

      What Others Are Saying About This Top MLM Company | Get Brand New, Brand Name Products For Pennies @ New Penny Auctions | Play Online Game At Eager Zebra Games | The source through which i smile to the Bank daily with $$$ => Top Home Based Businesses

      {{ DiscussionBoard.errors[2574213].message }}
      • Profile picture of the author Dele
        I used firebug to determine that my blog post titles was within the h2 tag and tried altering the values for font size and color and did not forget to save after the alteration.

        This had no effect whatsoever on the theme.

        Perhaps this theme has been locked and cannot be modified?
        Signature

        What Others Are Saying About This Top MLM Company | Get Brand New, Brand Name Products For Pennies @ New Penny Auctions | Play Online Game At Eager Zebra Games | The source through which i smile to the Bank daily with $$$ => Top Home Based Businesses

        {{ DiscussionBoard.errors[2574536].message }}
  • Profile picture of the author LTY83
    Try RootDirectory -> WP-Content -> Themes -> YourThemeName -> Something.css

    usually like styles.css or style.css but could be named something differently

    then - once in the CSS file look for h1, h2 or h3

    you can modify the size of the font by simply doing something like..

    h1 { font-size:14pt; }
    h2 { font-size:12pt; }
    h3 { font-size:10pt; }

    now, remember these changes are "global" meaning they will be reflected on all words inside the h1,h2,h3 tags site wide.
    {{ DiscussionBoard.errors[2572736].message }}
  • Profile picture of the author majorcheaphazard
    Go to the theme editor inside your admin dashboard (yourdomain[dot]com/wp-admin/theme-editor.php) select the css stylesheet to edit (lower right part of the editor page). Look for the h1,h2 or h3 tags then modify it.

    Important: Make sure to make a backup of things first before making any changes.
    {{ DiscussionBoard.errors[2572763].message }}
  • Profile picture of the author webdango
    what yukon said

    put it at the very end of the CSS file

    You can go to appearance-->editor-->[your].css to add
    Signature
    I make $2,000 - $3,000 a month and YOU CAN TOO
    Get the exact methods I use in my No Joke Guides:
    How to Build Income Earning Websites
    Search Psychology and Keyword Brainstorming
    How to Find a Profitable Niche
    Read more tips at my NoJokeGuide blog
    {{ DiscussionBoard.errors[2575166].message }}

Trending Topics