Help with rich text

So here i am using a plugin richtext editor to write blogs. The problem is, they didn’t have my font so i usewd custom code
Screen Shot 2022-10-26 at 11.32.57 am

But when i make a part of the text a list it removes the font style.

What code do i need to write to make the list text also the font i need?

Style your other HTML elements as well (bulleted items are li that appear within a ul).

1 Like

Thanks. Do you have an example you can show me? I’m not a technical person.

You’re already styling your h2 and h4 headings, it’s just like that. You can read up on CSS at W3 Schools and similar.

Ok i went to that website and looked at CSS lists but it still doesn’t help me make the CSS because you’ve got me reading up on technical things and i’m not here to learn coding. Sorry.

This is what i currently have:
Screen Shot 2022-10-26 at 1.17.54 pm

where does “ul” come into it? and am i right to say “list” like i have here or will it not know what i’m referring too?

Update: i got it
Screen Shot 2022-10-26 at 1.20.48 pm

You’re a web developer now. Look at you go.

Pro tip: You’re here to learn web development. CSS isn’t “code”. It’s just markup. HTML isn’t “code” it’s fully human-readable markup. JavaScript is code, but it’s darn near the easiest programming language yet created. Don’t believe the Bubble hype. You’re gonna have to learn these things, but at a slower pace than you would without a framework like Bubble.

3 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.