Comments 1showsarg started the conversationApril 16, 2018 at 11:10pmHi,How can I change the size of the title according to the style of posting? 2,700PenciDesign repliedApril 17, 2018 at 3:12amHi,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,PenciDesign1 Like 1showsarg repliedApril 17, 2018 at 11:58amNop, in "Post template layout" I want style 5 to have the title bigger than style 2 2,700PenciDesign repliedApril 17, 2018 at 3:53pmHi,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 1showsarg repliedApril 17, 2018 at 4:45pmDoes this code help me for the other styles? 1showsarg repliedApril 17, 2018 at 5:08pmI just discovered that it does not change the size of the title in Customize --> Single Post Op ---> Single template -->Custom font size TitleI changed it and it does not change the size 2,700PenciDesign repliedApril 17, 2018 at 5:18pmHi,1/ It doesn't work because you added a custom css to override it here2/ 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,PenciDesign1 Like 1showsarg repliedApril 18, 2018 at 12:14amPerfect! thnx Sign in to reply ...
Hi,
How can I change the size of the title according to the style of posting?
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
Nop, in "Post template layout"
I want style 5 to have the title bigger than style 2
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change number 40 to value you want.
Best Regards,
PenciDesign
Does this code help me for the other styles?
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
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:
Example for change it for style 6, use:
Best Regards,
PenciDesign
Perfect! thnx