-
AuthorPosts
-
January 14, 2022 at 9:26 pm #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 einzutragenWas muss ich eintragen?
January 15, 2022 at 7:33 am #1335664Hey 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,
RikardJanuary 17, 2022 at 11:15 am #1335837Thanks a lot!
January 17, 2022 at 12:02 pm #1335845Hi,
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,
RikardJanuary 17, 2022 at 4:20 pm #1335893Hi 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
January 18, 2022 at 4:47 am #1335936Hi 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,
RikardJanuary 18, 2022 at 10:11 am #1335987Hi 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.jpgI just want the ® a little bit higher and smaller. :)
Best regards
JosephineJanuary 18, 2022 at 11:11 am #1335996Hi,
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,
RikardJanuary 18, 2022 at 11:13 am #1335997hi there
pls see link + password below.
best regards
JosephineJanuary 18, 2022 at 11:51 am #1336009Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.