Skip to content
Public Ticket #2385

Posts: Change the size of the Title

Conversation thread

showsarg replied

Customer Reply

Perfect!  thnx

PenciDesign replied

Staff Reply

Hi,

1/ It doesn't work because you added a custom css to override it here

2/ You can use this code to another style and change the number '5' to the post style you want to change:

\
@media only screen and (min-width: 769px){\
.penci-page-style-5 .penci-active-thumb .penci-entry-title, .penci-single-style-5 .penci-active-thumb .penci-entry-title{ font-size: 40px;  }\
}

Example for change it for style 6, use:

\
@media only screen and (min-width: 769px){\
.penci-page-style-6 .penci-active-thumb .penci-entry-title, .penci-single-style-6 .penci-active-thumb .penci-entry-title{ font-size: 40px;  }\
}

Best Regards,

PenciDesign

showsarg replied

Customer Reply

I just discovered that it does not change the size of the title in Customize --> Single Post Op ---> Single template -->Custom font size Title

I changed it and it does not change the size

showsarg replied

Customer Reply

Does this code help me for the other styles?

PenciDesign replied

Staff Reply

Hi,

Please add more this code to Customize > Custom CSS to do that:

\
@media only screen and (min-width: 769px){\
.penci-page-style-5 .penci-active-thumb .penci-entry-title, .penci-single-style-5 .penci-active-thumb .penci-entry-title{ font-size: 40px;  }\
}

Change number 40 to value you want.

Best Regards,

PenciDesign

showsarg replied

Customer Reply

Nop, in "Post template layout" 

I want style 5 to have the title bigger than style 2

PenciDesign replied

Staff Reply

Hi,

Do you mean change font size for posts title inside single post page? If so, please check option for it via Customize > Single Posts Options.

Best Regards,

PenciDesign

showsarg started the conversation

Conversation Start

Hi,

How can I change the size of the title according to the style of posting?

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