Hi,
I would like to edit the main title of the homepage and make it center. But I don't want that the modification changes every title of every page.
Is it possible to center align only the title of my homepage?
Thanks for your reply!
Hi,
I would like to edit the main title of the homepage and make it center. But I don't want that the modification changes every title of every page.
Is it possible to center align only the title of my homepage?
Thanks for your reply!
Hi,
Your homepage have the body class of "home". You can try this
.home h1.main-title {
padding-left: 400px !important;
}
Adjust the left padding as you see fit.
Regards,
Ismael
You must log in to post.