Change height and width of page title bar
-
Please remind me how to change the height of page title bar.
Also, if i disable the Page TItle, how can i insert a block (elementor) similar to page title BUT different for each category page?
Thank you for your time!
Hi giantpanos,
Thanks for reaching to us.
1. Page Title’s height
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.title-size-large {
--wd-title-sp: 100px;
--wd-title-font-s: 100px;
}
2. You can use Custom Product categories layout https://ibb.co/N252QZ2, which is part of WoodMart WooCommerce Builder, you can read more here https://xtemos.com/docs-topic/checkout-page-builder/ and use Page Title widget.
Regards,
Thanks for this.
I tried the code in Global but it didn’t work.
Any ideas?
Hi giantpanos,
Thanks for your patience.
Please provide URL of the mentioned page, so I can take a closer look.
Regards,
Hi giantpanos,
Thanks for details.
Please remove previous code and use below one:
div.title-size-default {
padding: 100px 0;
}
Regards,
Hi giantpanos,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
The topic ‘Change height and width of page title bar’ is closed to new replies.