Selkie - Remove Italics

The main font in the Selkie theme - Nyght Serif Light - is used with italics.

If you don't like it and want to use the regular font (no italics), do the following:

  1. Go to your Blogger dashboard > Theme > click on "Customize"
  2. Expand "Advanced" > click on "Links" to expand the dropdown > scroll down to the bottom and select "Add CSS"
  3. Add this CSS to remove the italics everywhere:
h1, h2, h3, .header-widget h1, .slider-title, .entry-title, .archive-title, .contact-form button, #Image150 h3.title, .content-wrapper .Label h3.title, .content-wrapper .LinkList h3.title, .popular-post-title, .featured-post-title, .related-post-title, .post-navigation {
font-style: normal;
}