• Resolved amber.karnes

    (@amberkarnes)


    Whenever I write a new post, anytime I insert <strong></strong> tags, the editor recognizes them and I see them when I preview the post, but when I publish the post, the formatting does not show up on my blog. https://www.myaimistrue.com

    I can’t find anything in my stylesheet that would make this happen. Any ideas?

    [long code moderated – no need for it]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In your theme there is another stylesheet called reset.css. In this file change this:

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

    to this:

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

    Thread Starter amber.karnes

    (@amberkarnes)

    That worked, thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting not showing up in entries’ is closed to new replies.