Icon list gets fully bold

Hi,

I used a icon list in the summary section of this link.
https://nimuefichtenbauer.com/spia-2

I want it to look like this:

But instead everything is bold and I just can’t find why.
Can you please tell me what I’m doing wrong?

Thank you soo much!
Nimue

Hi Nimue,

Thank you for reaching out to us. This usually happens when there is an invalid html code with orphaned or a missing a closing tag, please check your content and look out for a missing tag and close it.

I believe there is a <strong> tag which doesn’t have it’s closing tag as I see whole sections are wrapped with a <strong> tag, thus making everything inside those sections bold:

Please close the <strong> tag to fix the issue. Let us know how this goes!

Thank you Nabeel,

I assumed that already, but searched quite a lot of time but couldn’t find it.
Could you tell me, if it’s easy for you, where it would be approximately? It must be in this section right? But has is it in the icon list part or in a separate place?
Thanks so much!
Nimue

Hello Nimue,

Thanks for updating in! I have investigated your page and I found out that you have inserted the following in the text element and in the classic text elements:

<p style="text-align: center;"><span style="color: #008080;"><em>(This could have saved me so much trouble in hindsight...)</em></span></p>

which should only be this instead:

<span style="text-align: center;color: #008080;"><em>(This could have saved me so much trouble in hindsight...)</em></span>
<p><span style="color: #01979e;"><strong>Module 2:</p>

should be updated to:

<p><span style="color: #01979e;"><strong>Module 2:</strong></span></p>
<span style="color: #01979e;">CLAIM YOUR ULTIMATE POWERS</strong></span>

should only be this:

<span style="color: #01979e;">CLAIM YOUR ULTIMATE POWERS</span>

and this:

<p><span style="color: #01979e;"><strong>Module 3:</p>

should also be updated to this:

<p><span style="color: #01979e;"><strong>Module 3:<.strong><span></p>

Please keep in mind that unclosed span, strong, paragraph or any html tag will messed up the other html elements and even the page layout too. If you can give us access to your WP site, we may be able to help you clean up the page to display it correctly.

Cheers.

1 Like

Thanks so much!!!
I don’T know how this happend. I usually don’t work with the html editor - except for the icon lists to high light.
If you have an idea how this happend, I’d really appreciate it.
I’m feeling really sorry for it!
Thank you!
Ps. I’ve updated the login information!

Ah, I now had an idea…
Could this have happend because I copied a text as a template from another website?

You’re always welcome Nimue!

Yes this can happen if the source of the text you have copied contains the invalid html.

1 Like

Thank you very much!!!

You are most welcome. :slight_smile:

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