Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1095327

    Ich habe die Google Font “Loved by the King” bei den <u> tag hinzugefügt, erscheint auch richtig, nur möchte ich den Font in Großsbuchstaben, aber wo stelle ich das ein, bei erweitertes Styling ist das nicht möglich, brauche ich da einen neuen CSS Eintragung, und wo
    LG. james

    #1095884

    Hey webjanbu,

    Could you please give us a link to your website, we need more context to be able to help you.

    Please specify the element that you need adjusted.

    Best regards,
    Victoria

    #1095938

    Hi

    Theme Option > Erweitertes Styling > Element für Anpassing auswählen > <u> – Ändern Sie das Styling für alle <u> (Unterstrich) tags…
    Und hier ist die Google Font “Loved by the King” eingestellt, aber ich möchte es in Grossbuchstaben und das kann man hier nicht einstellen.

    #1096327

    Hi,

    Thanks for the update, so you want the u tag to be in all capital letters? If so then please try this in Quick CSS:

    u {
      text-transform:uppercase;
    }

    Best regards,
    Rikard

    #1096384

    Danke!

    #1096615

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ändern Sie das Styling für alle (Unterstrich) tags’ is closed to new replies.