Change blockquote size

Posted in: Newspaper
Post count: 72

Hi,
I would like to personalise the blockquote tag output changing it’s size.
For reference:

  • This topic was modified 9 years by truth.
Post count: 23312

Hello truth,

If you want to change the style of your blockquote you should edit the code below and place it in Theme panel ->Cusotm CSS area

.td-post-content blockquote p{
font-family: 'Roboto',sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 400;
font-style: italic;
text-align: center;
text-transform: uppercase;
color: red!important;
word-wrap: break-word;
}

The result is here -> https://www.screencast.com/t/711W6nvnGv

Thanks for the message!

Post count: 72

Thanks Catalin.

I was wondering if you ever thought your blockquote is too much big, it’s more like a style for a sentence with an “effect”, a powerful message, an important one.
What about implementing blockquote as it should be? Have a look here.

I know I can reduce the blockquote size down to the default font size of the theme but it will be more interesting if there are both the option:

  • blockquote as it should be
  • another tag in the WP editor to use the actual blockquote

Hope I was clear enough.

Post count: 23312

Hello truth,

All the settings for blockquotes can be added from WP editor from TinyMCE, like this -> https://www.screencast.com/t/9NiE6QbgUKK For more information about TinyMCE editor, please consult our guide here -> https://forum.tagdiv.com/post-formats-for-tinymce/ Also, for the video tutorial, you should consult this -> https://www.youtube.com/watch?v=VIND8uYXMnk (3:00).

If is not what you mean, provide more details so I will be able to provide a more accurate response.

Thanks for the message!

Post count: 72

Hi Catalin,
thanks for your answer.
I am not seeing the format option organised as it should be:

How can I solve this?

Post count: 23312

Hello truth,

Please check your Toolbar Toggle bar from your Post Editor, like this -> https://www.screencast.com/t/ZH0LcIVLL

Hope this helps!

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.