If you want to change the posts title on single post page, you can check option for it in Customize > Single Options > Custom Font Size for Posts Title.
Make sure you're using latest version from this theme ( version 4.0.2 ) - If not, let's update this theme. You can check this guide to know how to update this theme.
Currently the font for blockquote will follow the font of body text. You can change the font of body text via Customize > General Options > Font for Body Text.
This theme doesn't support change font for only blockquote, because this theme has a lot of elements like this and we can't support to change the font for each element
Hi, i want to change the thickness of the post title on a post, not only on the first "blog" page. What ist the Css for it? I use this for the thickness in "blog" page. Thanks
Hey,
i want to change the Post Title Size and do it with custom css. Could you help me out what i have to write in it?
Is there a document with often used and helpful css snippets for the theme?
Hi,
If you want to change the posts title on single post page, you can check option for it in Customize > Single Options > Custom Font Size for Posts Title.
Make sure you're using latest version from this theme ( version 4.0.2 ) - If not, let's update this theme. You can check this guide to know how to update this theme.
Best Regards,
PenciDesign
Hi,
1/ You can change post title size on the classic layout by add more this code to Customize > Custom CSS:
Change number 35 to the size you want.
2/ Please check options for it in Customize > Options & Colors for Sidebar.
Best Regards,
PenciDesign
Thanks.
Strangely it just widens the space between paragraphs in the post title. Could you look again?
Hi,
Please try again with this code:
Best Regards,
PenciDesign
Thanks, worked!
Now i want to change the font of the quote style 1 in my posts. How do i do it?
Hi,
Currently the font for blockquote will follow the font of body text. You can change the font of body text via Customize > General Options > Font for Body Text.
This theme doesn't support change font for only blockquote, because this theme has a lot of elements like this and we can't support to change the font for each element
Best Regards,
PenciDesign
Hi, i want to change the thickness of the post title on a post, not only on the first "blog" page. What ist the Css for it? I use this for the thickness in "blog" page. Thanks
.header-standard.header-classic h2 a{ font-weight: 400; }
Hi,
To change the font weight of posts title on a posts, please use this code:
Best Regards,
PenciDesign