Hello,
I set my font-weight in the cornerstone feature but when I check the live website it appears a much heavier weight!
Can you please inform me why this is?
Hello,
I set my font-weight in the cornerstone feature but when I check the live website it appears a much heavier weight!
Can you please inform me why this is?
Hey Cliona,
Thanks for writing in!
You are having this issue because you have inserted an unclosed <b> tag within the page.
In your slider, you have inserted this:
<b>Northern Ireland
And on the page, you have inserted this:
<span> <b>Your <b>virtual street address, storage & mail forwarding centre in Northern Ireland .</span>
<b>Northern Ireland<b/>
You must correct everything and closed the <b> tag just like this:
<b>Northern Ireland</b>
or use strong tag instead:
<strong>Northern Ireland</strong>
Please let us know how it goes.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.