Font change and space between posts in Modularity Lite

  • Unknown's avatar

    Hello, two questions about Modularity Lite:

    1- I am trying to change some title fonts. I was able to change the blog title through Typekit but not the post title. I would like to change it to a sans serif font called poplar std. Typing h2 at the selector box doesn’t work. Would that be possible through CSS editing?

    2 – I also want to increase the spaces between posts in about one inch. What would be the code for that.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    There is a Preview function here > Appearnce > Edit CSS It’s provided so you can “try before you buy”. Have you tried it?

  • Unknown's avatar

    One inch doesn’t mean much on the web where screen sizes and resolutions are variable, try the following line of code and change the pixel value to something that looks right to you:

    .post {margin-bottom:30px;}

    For the font titles try using the selector .content h2 when you’re on the typekit site and see if that works. If not let me know and I’ll try to find another solution.

  • Unknown's avatar

    Thanks! The font change worked perfectly.

    As for increasing the number of pixels between posts, I have to admit that I don’t even know where to paste it… I tried the Edit CSS box but it didn’t work.

  • Unknown's avatar

    I assumed you have the CSS upgrade as you’re asking a question in the CSS forum. If not then you will need to purchase it, there’s no other way to change the layout of your blog for free. You can preview the changes to try-before-you-buy, but the preview function has been behaving stragely recently.

  • Unknown's avatar

    I do have the CSS upgrade. But when I pasted the code line in the Edit box and hit the preview button nothing happened except for the fact that the blog’s background was deleted.

    Should I copy the the whole original CSS and add the code you gave or just paste the code? Sorry for the basic question. I am a newbie and live in Brazil (so reading the English tutorials is not that easy for me)

  • Unknown's avatar

    The problem t was indeed the preview function. When I saved the changes, it worked.
    And I also learned how to keep the background.
    Many thanks for your help.

  • Unknown's avatar

    im having a similar sort of problem. Im trying to change the font of the main blog post. ive managed to change the font to Segoe UI of the title but cant find anyway to change the post font! is there a way i can do this?

  • The topic ‘Font change and space between posts in Modularity Lite’ is closed to new replies.