Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1335639

    Hi!
    Ich bin totaler WordPress, html und css Neuling aber als Designerin sehr an Typografie interessiert, sodass ich unbedingt lernen möchte, wie man WordPress Themes mittels css. verändern kann. Ich habe es schon geschafft, kleine Änderungen hinzukriegen indem ich in den Quellcode von chrome geschaut habe und dann ccs. snippets in >Design >Customizer > zusätzliches css. reingeschrieben habe.

    Was ich nun möchte ist folgendes:

    Ich möchte in einen Text-Block CSS einfügen ( Font-size 24 px und font-weight: 200; ). Beim Reiter „Erweitert“ gibt es die Möglichkeiten
    1. eine benutzerdefinierte ID einzutragen.
    2. die benutzerdefinierte CSS Klasse einzutragen
    3. sperrbare benutzerdefinierte CSS Klasse einzutragen

    Was muss ich eintragen?

    #1335664

    Hey josk-design,

    If you are want to add an ID to a Text Block element, then you can do that in the Advanced Tab in the element option. You can an ID like this in the ID field:

    my-id

    Then you can use that ID in Quick CSS:

    #my-id {
      font-size: 24px;
      font-weight; 200;
    }

    Best regards,
    Rikard

    #1335837

    Thanks a lot!

    #1335845

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1335893

    Hi Rikard,

    now I have another question. (I don’t find the option to start a new topic anymore, can you send me a link or tell me where I find it?)

    Here comes the real question. :)

    I would like to set text as superscript (in German: hochgestellt) the ® sign.

    I looked up the html code <sup></sup>, but as the text is in a Textblock / input field, I cannot write html. Is there a way to code generally for the hole website that ® is allway superscripted?

    Thanks in advance!

    Josephine

    #1335936

    Hi Josephine,

    You can open a new thread using this link, or click this button: https://imgur.com/a/AnoSPNb

    I’m not sure I understand the problem you are having with the sup tag, could you post a link to where we can see it please?

    Best regards,
    Rikard

    #1335987

    Hi Rikard!
    Thanks for your answer! Ok, now I see where I can open a new thread. :) I was kind of blind…

    Concerning my question with the sup tag:
    https://josk-design.de/r_hochgestellt.jpg

    I just want the ® a little bit higher and smaller. :)

    Best regards
    Josephine

    #1335996

    Hi,

    Thanks for the screenshot. Could you post a link a link to where we can see the actual element on your site as well please? We need to inspect it to be able to give you accurate CSS. The site you linked to before is asking for a username and password now.

    Best regards,
    Rikard

    #1335997

    hi there

    pls see link + password below.

    best regards
    Josephine

    #1336009

    Hi,

    Thanks for that. I see that you are using the Icon Grid element there, and html markup is not allowed in the title unfortunately. If the markup is not there, then we can’t target it with CSS. Maybe you could try using regular Icons, and then add your text/markup in Text Block elements?

    Best regards,
    Rikard

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