Titles of pages
- The topic ‘Titles of pages’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I want to change the titles of my pages.
On one of them I want to increase the size of the font.
On an other one, I want to center it (there is more white space above than below).
Is it possible to change the color of the bottom of the title ?
Thank you in advance,
The blog I need help with is: (visible only to logged in users)
Hi,
Please share the URL of the respective pages.
So, i will be able to share css snippet accordingly.
Thanks
Hi,
On this page : https://thecrazy-ones.com/manifeste-2/
I want to center the title “Manifeste” cause there is more white space overhead than bellow.
Can I change the color ?
Thanks
Hi,
Please try the following css snippet.
.page-id-268 .post-wrapper-single {
padding: 0;
}
.page-id-268 .entry-title-single {
color: #02ccd8;
}
Thanks