Page title identical to Post title

Posted in: Newspaper
Post count: 494

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

Post count: 23312

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!

Post count: 494

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

Post count: 494

Ohhh, ok I see, your code changes the Posts titles into Pages titles.
That’s not what I want. I want the other way around.
I want the Pages titles to look like the Posts titles.
Can you kindly help?

Post count: 494

I want PAGES titles to look like that https://www.coupdepoker.com/apprendre-jouer-poker/regles-du-poker/ (this one is a post)

Post count: 23312

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.

Post count: 494

Works perfectly 🙂
Thanks Catalin

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.