How to adjust the height of the page title on the homepage
-
Please I need to change height for page title only for homepage, thanks
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.home .title-size-large {
padding: 200px 0;
}
Best Regards
Hello, I don’t see any change 🙁 Mow I put empty per default
sorry, now is work, problem with cache.
Sorry, one more question: any possibility to move page title down, in this mode I see all image.
Many thanks
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.home .page-title .container {
position: absolute;
bottom: 10px;
}
Best Regards
sorry, one more 🙂 can I change the color only for home title page?
Thanks
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area for that.
.home .title-size-large .title {
color: aqua;
}
Best Regards