Forums

[resolved] How to change font size in iNove post titles? (5 posts)

  1. sagasu44
    Member
    Posted 2 years ago #

    Hi,
    Am very new to the whole customizing blogs thing.
    I am using the iNove theme, so far so good.
    Here's what I have so far: budgetmama.com
    In my opinion the default font size of the titles of each post are a little small and seem to get a bit lost in the page. How do I increase the size?
    I have managed to find the area in the css that changes the font of the body of each post but not the title.
    Thanks in advance :)
    Sarah

  2. jceresini
    Member
    Posted 2 years ago #

    From looking at your side the file you want to edit is:

    http://budgetmama.com/wp-content/themes/inove/style.css

    And the portion of the css
    .post h2 a.title (line 376)

    I highly recommend installing the firefox Web Developer extension https://addons.mozilla.org/en-US/firefox/addon/60

    If you enable that tool bar you can go to "css" and select "View Style Information". Then when you click an element it will tell you want styles affect that element and what files they are in.

    [signature moderated Please read the Forum Rules]

  3. Masino Sinaga
    Member
    Posted 2 years ago #

    Hi Sarah,

    Nice blog. :-)

    You can increase the title font size by replacing the tag <h2>...</h2> become <h1>...</h1> from these 2 files under the \inove\ themes sub directory:

    1. index.php; ~line 20
    2. single.php; ~line 13

    Hope this is helpful. Cheers! :-)

    [signature moderated Please read the Forum Rules]

  4. sagasu44
    Member
    Posted 2 years ago #

    Thank you both very much. I installed the firefox add on as you recommended Joe, though I'm a little overwhelmed by the gobbledygook (aka codes), but will get my head around it all eventually.

    I went with your instructions in the end Masino's and found that worked perfectly, though now my text is blue instead of grey, will go back in and have a look at that.

    Am sure that firefoc addon will be really useful once I get a better understandingof this new language. Once again, many thanks, Oh, and thanks for the compliment Masino :)

    Cheers

    Sarah

  5. rate4d
    Member
    Posted 2 years ago #

    Web Developer extension sux,maybe its good and have a lot of funkcions, but it's very big and difficult, I prefer Firebug it's simple and good, you just press on the location right click and "inspect element" and it show html and css of that area ;)

Topic Closed

This topic has been closed to new replies.

About this Topic