Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1481198

    Hi,

    how do I remove the tab-container with “pages, categories, monthly, etc.” on archive pages?

    Thank you!

    #1481226

    Hey maxh_muc,
    Try this css in your quick css:

    .single-event .tab_titles {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1481268

    Hi Mike, thank you for your reply.
    This didn’t work.

    <div class=”tabcontainer top_tab”>

    I tried .tabcontainer, but this also didn’t work.
    Any other idea?

    It would be okay to remove it on any archive-page.

    #1481271

    Hi,
    I believe you are referring to this:
    Screen Shot 2025 04 13 at 8.49.23 AM
    when I test the css above I see this:
    Screen Shot 2025 04 13 at 8.51.30 AM
    If this is not what you meant perhaps a screenshot would help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    #1481291

    Hi Mike,

    thank you very much.
    I would like to see the whole tab-box including its content disappear.
    https://img.savvyify.com/image/Screenshot-2025-04-14-090653.9qYDn

    Thank you so much!

    #1481334

    Hi,
    So out of the four tabs that you have, you only want one to show, it seems logical to delete the three that you don’t want and use the css above to hide the four tab.

    Best regards,
    Mike

    #1481335

    Hi Mike,

    I want all tabs including their content gone please.
    Title, content, everything you see on the screenshot.

    Thank you

    #1481338

    Hi,
    It seems logical to delete the three that you don’t want and use, but you can try this css:

    .single-event .tab_titles,
    .single-event .tab_inner_content .av-archive-pages,
    .single-event div[data-fake-id="#tab-id-1"] + .tab_content,
    .single-event div[data-fake-id="#tab-id-2"] + .tab_content,
    .single-event div[data-fake-id="#tab-id-4"] + .tab_content {
    	display: none;
    }

    Best regards,
    Mike

    #1481361

    Hi Mike,

    I tried your code, but it is not removing any tab.
    Just to make sure: The whole container with ALL tabs shall be gone.

    Is it possible to remove it in the archive-page php code?
    CSS doesn’t seem to remove it.

    Thanks

    PS: I ended up overriding the template-archive.php in the child-theme

    • This reply was modified 5 days, 2 hours ago by maxh_muc.
    #1481370

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove tabcontainer on Blog / Archive Pages’ is closed to new replies.