Hello,
To remove page title and breadcrumbs put following code inside your theme’s Custom CSS section.
#site_header + section {
display: none;
}
Hi lifesgoodjourney,
Did the above solution work for you.
I think you are using premium theme version of kyma.
So please do not ask premium support here.
Please raise your further issue at our private support forum.
Here is a link Support Forum
Let us know for further assistance.
Thank You
@madhusudan,
Thanks for your kind support.
Madhusudan@WEN Solutions – thank you for taking the time to help me. That worked great and improve the look of my page. I appreciate you taking the time to help me.
Webhuntsupport – it worked just fine, thank you for your attention to this matter.
Thank you.
@most Welcome,
We happy to help you.
If you have any query then let us know for further assistance.
Thank You
I removed extra header as you say, and it worked but in the home page disapeared the Service Options.
I have de Slider not enabled, if I enable it then it appears Service Options Again. If I disable slider, then Service Options disapears although it is enabled.
If I insert again page title then Service Options works correctly but I don’t want the page title.
Hi,
Please remove below CSS rules from Custom CSS Editor.
#site_header + section {
display: none;
}
and put this instead of above.
section.content_section.page_title {
display: none;
}
Save the changes.
Hope it will work for you.
Note: Please enabled your home page.
Thank You