Meta widget

  • Unknown's avatar

    I am using the Suburbia template. I don’t want to have meta information in all my posts. By default the template displays: “information”; “short url”; and “navigation”. How to get rid of those and just have the widgets I choose?
    Thank you.

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

  • Unknown's avatar

    Kathryn kindly answered this same question for me. You need to put this into your CSS editor (Customize – CSS):

    .meta {
    display: none;
    }

  • Hi saap1987 – Sean is quite right, you can remove the Information, Short URL, and Navigation blocks (which aren’t widgets) using that bit of custom CSS. Click the CSS tab and add the code he provided completely below the existing green comments.

    If you need further CSS help, please feel free to post in our CSS Customization forum.

  • The topic ‘Meta widget’ is closed to new replies.