Skip to content
Public Ticket #168

Changing Post Title Size

Conversation thread

PenciDesign replied

Staff Reply

Hi,

To change the font weight of posts title on a posts, please use this code:

\
.header-standard .post-title{ font-weight: 400; }

Best Regards,

PenciDesign

Christian277 replied

Customer Reply

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; }

PenciDesign replied

Staff Reply

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 elementsmile.png

Best Regards,

PenciDesign

Christian277 replied

Customer Reply

Thanks, worked!

Now i want to change the font of the quote style 1 in my posts. How do i do it?

PenciDesign replied

Staff Reply

Hi,

Please try again with this code:

\
.header-standard.header-classic h2 a{ font-size: 35px; }

Best Regards,

PenciDesign

Christian277 replied

Customer Reply

Thanks.

Strangely it just widens the space between paragraphs in the post title. Could you look again?

PenciDesign replied

Staff Reply

Hi,

1/ You can change post title size on the classic layout by add more this code to Customize > Custom CSS:

\
.header-standard.header-classic h2{ font-size: 35px; }

Change number 35 to the size you want.

2/ Please check options for it in Customize > Options & Colors for Sidebar.

Best Regards,

PenciDesign

PenciDesign replied

Staff Reply

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

Christian277 started the conversation

Conversation Start

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?

Want to join this conversation or access attachments? Sign in first.