Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1229220

    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!

    #1229281

    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

    #1229337

    hi jordan,
    thank you for your fast response. Could you give me hint, how the css code should be?
    Best regards

    #1229998

    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

    #1230016

    hi Victoria,
    just for this und maybe some other (child) pages.
    2. Thank you! I excluded it from caching. Now it works.
    Best regards

    #1230029

    Hi,

    Apologies for misunderstanding, you want to remove the area that says Fussball?

    Best regards,
    Jordan Shannon

    #1230081

    hi,
    no problem. Yes, “Fussball” should be removed and the submenu should be shown instead of it.

    Thank you!

    #1230092

    Hi,

    Add this to quick css:

    .stretch_full.container_wrap.alternate_color.light_bg_color.title_container{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1230534

    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

    #1230728

    Hi tkvic,

    You can use the page-id class to target specific pages. Here is where to find it:
    Image 2020-07-15 at 22.15.36.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1231028

    sounds complicated for me. Is there a simple way like creating a page template? (like default template, archive and blank)

    #1231029

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.