Cannot make the registered trademark symbol small and superscript in a heading
Hello,
the registered trademark symbol in headings show the same size as the text and also not superscript. I have tried to fix this with the tag: <sup>(the symbol)</sup> but this did not fix it, it just shows the tag instead of only the right symbol.
Could you help with this issue?
-
Hi Filip,
At the moment, in Brizy Cloud isn't possible to add the inline CSS. We know about this issue and our team are working to fix it. For the moment, I can suggest you adding Custom CSS for this purpose. In this way, I can suggest making the trademark symbol with bold or italic and for the entire text element add this Custom CSS if you will bold the trademark:
element strong {
vertical-align: super;
font-size: smaller;
line-height: normal;
}
and this one if you will italic the trademark:
element em {
vertical-align: super;
font-size: smaller;
line-height: normal;
}See here. It is important that in that text element to not have other bold or italic words.
Best regards,
Sandra0 -
Hello, Sandra,
unfortunately, this did not work for me. Is there another way to do it? I tried to do it with the embed button and HTML code-<h1>MEG-TORQ</h1><p>®</p>. I made the symbol smaller but it is on the next line. When I include the symbol in the code like this <h1>MEG-TORQ<®</h1> it is still as big as the text of the heading.
0 -
I managed to make the symbol superscript by putting embed and the code <h1><b></>MEG-TORQ</b><sup>®</sup><h1> but the text is centered and the symbol is still not small.
0 -
Hi,
Could you please send us the URL link of the page where you added this embed code? I added it on my Cloud test site and it seems to preview just fine. See here. I made only a simple modification, I deleted the "</>" which is supplementary. Here you can see how it is looking in the live mode.
Best regards,
Sandra0
Please sign in to leave a comment.
Comments
4 comments