Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #335696

    Hi,

    how can i make the ® registered Trademark icon smaller. Now it is very big. Especially when used in a heading. Also it is not elevated.

    Thanks Simon

    #335721

    Hey simonac!

    Please wrap it inside a span as following

    <span class="custom-trademark">®</span>

    and add following code to Quick CSS

    .custom-trademark { font-size: 14px!important; }

    Best regards,
    Yigit

    #336003

    Hi Yigit the icon is smaller now, thanks.

    But it is at the bottom instead at the top.

    #336476

    Hey!

    Please add following code to Quick CSS as well

    h3 span.custom-trademark {
    position: relative;
    bottom: 15px;
    }

    Best regards,
    Yigit

    #630758

    Hi, is there any code or plugin who elevates the trademark sign on the whole website automatically?
    Or is it possible to attach a button to the avia layout builder who generates the trademark symbol already elevated (similar to the function in TinyMCE https://die-netzialisten.de/wordpress/sonderzeichen-in-tinymce-hochgestellt-platzieren/)

    Thanks

    #631368

    Hi,

    Can you please post the link to your page and a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #864150
    This reply has been marked as private.
    #864952

    Hi,

    Please create your own ticket, so we can handle the individual replies.

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.