How do I create a 'quote character style'?

  • I would like to be able to have a phrase in a paragraph have a different font (e.g. fixed width for computer code), so not the entire paragraph but just a phrase. Is that possible? And maybe foreground/background colour as well? I have a premium account but not business. So, my options are limited. I have ‘Additional CSS’ but a Business subscription would immediately be 3 times as expensive, so if possible I’d like to stay with my current plan.

    So is there something I can do in combination of the limited CSS I can do and maybe edit as HTML?

    I also just noticed that WordPress.com has stopped supporting premium themes (my Fortune theme is ‘retired’). I am very happy with my Fortune theme, but if it is no longer updated on wordpress.com I wonder how long I will be able to keep using it and will be forced to migrate (which is a lot of work) or upgrade my plan (which is expensive).

    The blog I need help with is: (visible only to logged in users)

  • Hello,

    “So is there something I can do in combination of the limited CSS I can do and maybe edit as HTML?”
    – Actually, with a help of the Block editor, it is very easy to achieve these customization even having a premium plan.

    Also, there is no need to use custom HTML. However, you’ll need to use a custom CSS to change font family.

    In the Block editor, select a you want to highlight and then click the Arrow icon to see additional options for the block: https://snipboard.io/mtHnsi.jpg

    After that, select Highlight to set custom colors.

    You can also use this custom CSS to customize highlighted text:

    
    p mark {
      font-family: serif;
      padding: 0.1em 0.25em;
    }
    

    “I also just noticed that WordPress.com has stopped supporting premium themes …”
    – Please see this post to learn more about this situation: https://premium-themes.forums.wordpress.com/topic/this-theme-is-disabled/?view=all

    If you have any additional questions, please let me know.

    Kind regards,
    Taras

  • The topic ‘How do I create a 'quote character style'?’ is closed to new replies.