Blog & Single Post Font Weight Set To Strong

Hey guys, I’m having an issue with a site I’m building’s blog post & single post page.

The body text appears to be set to strong from the Integrity Stack’s CSS and I’m wondering how you would recommend modifying the blog & single post font/typography options.

There doesn’t seem to be an option for it in the theme options.

Thanks!

Hi There,

It might be you forgot to add the </strong> (closed tag) tag in your text content.

Please check all the text elements to make sure the syntax is correct.

If it doesn’t work, please provide us with your post URL so we can take a closer look.

Thanks.

Hi Thai,

That’s what I thought, at first. But it’s every single post, including the blog excerpts.

Here’s the link:

http://clearviewdevs.wpengine.com/blog/

Hello There,

Thanks for updating in! Your issue occurred because you have inserted a broken code in a content area element in the custom header. You have added this:

<a href="tel:403-216-8439,1"><span style="color:#ffffff;font-size:0.6em;"><i  class="x-icon x-icon-clock-o" data-x-icon-o="&#xf017;" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<b>Plumbers Available 24/7/365. Call Now!</b>&nbsp;&nbsp;&nbsp;<i  class="x-icon x-icon-phone" data-x-icon-s="&#xf095;" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<strong>(403) 216-8439</span></a>

The correct code should be:

<a href="tel:403-216-8439,1"><span style="color:#ffffff;font-size:0.6em;"><i  class="x-icon x-icon-clock-o" data-x-icon-o="&#xf017;" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<b>Plumbers Available 24/7/365. Call Now!</b>&nbsp;&nbsp;&nbsp;<i  class="x-icon x-icon-phone" data-x-icon-s="&#xf095;" aria-hidden="true"></i>&nbsp;&nbsp;&nbsp;<strong>(403) 216-8439</strong></span></a>

If you need anything else we can help you with, please let us know.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.