Hi,
Is there a way to have the same Title set up (font, size, spaces above and below, alignment etc.) for Pages?
Here is what my titles look like on Pages: https://ibb.co/56rM1mn
Here is what my titles look like on Posts (and category pages, and tags etc.): https://ibb.co/hCrR2vc
I would like to apply on Pages the same existing design than the one on Posts at the moment.
Can you help?
Thanks
Hi,
Try to use the code below and place it in Theme panel -> Custom CSS area.
.td-post-template-12 .td-post-header .entry-title, .td-post-template-13 .td-post-header .entry-title{
font-size: 30px;
line-height: 38px;
font-weight: unset;
padding:0;
letter-spacing: unset;
text-align:left;
margin-top:0!important;
}
Hope this helps!
Thank you!
Hi,
Doesn’t change anything.
https://www.coupdepoker.com/association-poker-france/
https://www.coupdepoker.com/association-poker-france/mont-blanc-poker-club/
I left your code in the Custom CSS so you can double check.
Thanks for your help
I want PAGES titles to look like that https://www.coupdepoker.com/apprendre-jouer-poker/regles-du-poker/ (this one is a post)
Hi meri,
Check here -> https://www.screencast.com/t/2heYLxxc
.td-page-title{
margin-top: 16px;
text-align: center;
font-size: 42px;
line-height: 48px;
font-weight: 600;
padding: 10px 8%;
letter-spacing: .02em;
}
Also, you can make these changes from the Theme Panel -> Theme Colors.
Thanks.