• Hi,

    I’ve just switched to the karappo theme and for some reason none of the formatting (italics, bold etc.) of posts is appearing anymore, although in the editor everything still looks fine. This is it…

    https://www.makeshift.com.au/journal/

    I’ve had a look in the style sheet but not sure about where or if to make changes. Also wondering what is the best way to change text size within a post, and to make the size of footnotes smaller (I’m using FD Footnotes plugin).

    Thanks for any advice!

Viewing 2 replies - 1 through 2 (of 2 total)
  • the ‘reset’ styles effectively delete the default styles for bold and italic:

    in /wp-content/themes/karappo-style/reset.css

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
    	font-style:normal;
    	font-weight:normal;
    }

    remove

    em,
    strong,

    Nice – thanks for the post. I had the same issue with a different theme and fixed it in a few minutes thanks to this post.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘italics and bold not working in karappo theme’ is closed to new replies.