- This topic has 5 replies, 2 voices, and was last updated 2 years, 1 month ago by
vako.
-
AuthorPosts
-
February 18, 2021 at 11:24 pm #60073
I am trying to find a way to change the typography in the block quote area of my pages and posts. I have been unsuccessful in finding it in the documentation. Could you direct me?
My site is 12tribesministries.com
February 19, 2021 at 12:24 pm #60081Hi Cindy,
Can you please describe the issue you have in more detailed? Please share a direct link to the page where the issue appears and for more clarifications, screenshots will be much appreciated.
Kind Regards
February 19, 2021 at 7:56 pm #60094Thank you – here is one page: https://12tribesministries.com/gimel-day-3-of-22-days-of-fixed-hour-prayer/
Here is a screenshot – I like that it is in all caps – but the size of the type is so much larger than the other text. I thought I could customize it, but I haven’t been able to find a way to access the block quote text. Of course, I could achieve my desired type another way, it is just that it seems there should be a way to customize block quotes.
Well, here is the address of the screen-shot: https://12tribesministries.com/capture-3-2/
February 20, 2021 at 1:20 pm #60103Hi Cindy,
Actually, there are no theme options to manage the quotes and change the font family, please provide the font name you want to use and we will create custom CSS snippets for you, also please share any extra styles you want to be added.
Kind Regards
February 22, 2021 at 1:04 am #60124Thank you.
I like the font that it is currently on – I am guessing it is Playfair Display SC. My font size is 15 for “paragraph” or body text and my font is Playfair Display (normal). If my screenshot is actually showing font size 15 in the box quote, I will have to experiment to see what size will be more in line with the non SC version, but I think if you give me on snippet of CSS, I can figure out the rest.
Another font I might use is “Dancing Script” and “open sans” for block quotes – with Open sans I imagine it would be the all caps version like in my menu with a similar size…all sizes of block quotes would have to be compatible with the font size 15 of Playfair Display.
Hope this all made sense!
Hope your weekend has been great!
February 22, 2021 at 12:19 pm #60136Hi Cindy,
Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:
blockquote p{ font-family: 'Open Sans'; font-size: 15px !important; }
Kind Regards
-
AuthorPosts
- You must be logged in to reply to this topic.