Skip to main content

Cannot make the registered trademark symbol small and superscript in a heading

Comments

4 comments

  • Sandra Prunici

    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,
    Sandra

    0
  • Filip Kolov

    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>&reg</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<&reg</h1>  it is still as big as the text of the heading.

     

    0
  • Filip Kolov

    I managed to make the symbol superscript by putting embed and the code <h1><b></>MEG-TORQ</b><sup>&reg</sup><h1> but the text is centered and the symbol is still not small.

    0
  • Sandra Prunici

    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,
    Sandra

    0

Please sign in to leave a comment.