Viewing 8 replies - 1 through 8 (of 8 total)
  • As you appear to be using a custom-designed theme, your best bet would be to contact whomever designed your theme. After all, that’s part of what you (possibly) paid for.

    There are sometimes issues like this when you are using visual editor as the html doesn’t always translate well from the visual editor to the html text editor. I’ve noticed this issue occurs for me usually when I am editing a post and switching between the visual and text editors.

    Go to your post editor and click on “text” to open to the text editor. From there, check to make sure <strong> The text you want to be bold. </strong> html tags are wrapped around the text that you want to make bold. Similarly, check to make sure <em> The text you want to italicize. </em> are wrapped around the text that you want to italicize.

    • This reply was modified 8 years, 2 months ago by kosmicbird.
    Thread Starter AJ

    (@pspsdvr)

    Yep. Have that and still doesn’t show, sadly.

    If you send a link to your site I can check a little further. There may be some code in your theme that is overriding any paragraph or span styles in your content.

    Additionally, I would recommend to empty your caches and do a hard reload of the page with your browser to see if that makes a difference.

    Thread Starter AJ

    (@pspsdvr)

    Link

    • This reply was modified 8 years, 2 months ago by AJ.

    Yep, there is code overriding your modifications.

    Here is the problem code:

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 100%;
    font: inherit;
    padding: 0;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    }

    You will need to get rid of this from your code, specifically for the article class.

    font: inherit;

    Once you remove the inherit property, you will be able to see the styling properly.

    • This reply was modified 8 years, 2 months ago by kosmicbird.
    • This reply was modified 8 years, 2 months ago by kosmicbird.
    • This reply was modified 8 years, 2 months ago by kosmicbird.
    • This reply was modified 8 years, 2 months ago by kosmicbird.
    Thread Starter AJ

    (@pspsdvr)

    Worked! Thank you!

    • This reply was modified 8 years, 2 months ago by AJ.
    • This reply was modified 8 years, 2 months ago by AJ.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Bold, Italicizing, etc. not showing on site’ is closed to new replies.