Tagged: full-width submenu, headline
Hi, i would like to remove the headline of a specific page and would like to insert a full width submenu
Example: https://kriesi.at/themes/enfold/portfolio/
“Portfolio” should be removed and a submenu should be shown instead
Thank you!
Hey tkvic,
You can use css to remove the headline, and just select the full-width sub-menu in the builder.
Best regards,
Jordan Shannon
hi jordan,
thank you for your fast response. Could you give me hint, how the css code should be?
Best regards
Hi tkvic,
Do you want to remove the title for all pages or just for this one?
2. Please disable the caching plugin and see if the issue gets resolved.
Best regards,
Victoria
hi Victoria,
just for this und maybe some other (child) pages.
2. Thank you! I excluded it from caching. Now it works.
Best regards
Hi,
Apologies for misunderstanding, you want to remove the area that says Fussball?
Best regards,
Jordan Shannon
hi,
no problem. Yes, “Fussball” should be removed and the submenu should be shown instead of it.
Thank you!
Hi,
Add this to quick css:
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container{
display:none!important;
}
Best regards,
Jordan Shannon
thank you, but at ‘quick css’ it changes the setting in generel for all pages? I only want to change it on certain pages.
Should i use a Code block element?
Best regards
sounds complicated for me. Is there a simple way like creating a page template? (like default template, archive and blank)
Hi,
A page template may be overly complicated. If you want to hide only on specific pages it’s as simple as writing the initial css rule and adding the respective id of each page you want it to effect.
Best regards,
Jordan Shannon