
-
AuthorPosts
-
April 11, 2025 at 5:16 pm #1481198
Hi,
how do I remove the tab-container with “pages, categories, monthly, etc.” on archive pages?
Thank you!
April 12, 2025 at 2:04 pm #1481226Hey 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,
MikeApril 13, 2025 at 2:14 pm #1481268Hi 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.
April 13, 2025 at 2:53 pm #1481271Hi,
I believe you are referring to this:
when I test the css above I see this:
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,
MikeApril 14, 2025 at 9:08 am #1481291Hi 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.9qYDnThank you so much!
April 14, 2025 at 9:37 pm #1481334Hi,
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,
MikeApril 14, 2025 at 9:41 pm #1481335Hi Mike,
I want all tabs including their content gone please.
Title, content, everything you see on the screenshot.Thank you
April 14, 2025 at 10:24 pm #1481338Hi,
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,
MikeApril 15, 2025 at 8:26 am #1481361Hi 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.
April 15, 2025 at 11:04 am #1481370Hi,
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 -
This reply was modified 5 days, 2 hours ago by
-
AuthorPosts
- The topic ‘Remove tabcontainer on Blog / Archive Pages’ is closed to new replies.