Appearance

  • Unknown's avatar

    I have three questions:
    1. I want the font on my posts to always be the same and to be Calluna Sans. How do I easily set this?
    2. How do I apply the answer to item 1 to imported posts?
    3. I do not want to categorize my posts and I would like to not show the word “Uncategorized” on my sidebar. How do I do this?
    Thank you.

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

  • Hi Saman,

    I want the font on my posts to always be the same and to be Calluna Sans. How do I easily set this?

    It looks like you’ve already set this in your fonts panel. Wonderful!

    How do I apply the answer to item 1 to imported posts?

    Any posts you import should display the same, unless there’s HTML styling affecting the fonts in those post’s individual text editors, in which case, you’d need to remove that:
    Editors

    I do not want to categorize my posts and I would like to not show the word “Uncategorized” on my sidebar. How do I do this?

    You can hide that with the following CSS:

    .post-categories {
       display: none;
    }

    Let me know if you have further questions!

  • The topic ‘Appearance’ is closed to new replies.