Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #168829

    Hi,
    for my news posts I’m using the archive widget, but clicking on months it shows the headline + breadcrumbs. How do I deactivate them?

    #169122

    Hello gianmarizzi!

    You can add something like this on your custom.css or Quick CSS:

    .archive .breadcrumb.breadcrumbs.avia-breadcrumbs {
    display: none;
    }

    Best regards,
    Ismael

    #169197

    On custom.css does not work.

    #169385

    any other suggestion?

    #169676

    Hey!

    Can you please give us a link to the page when you click on the month?

    Regards,
    Ismael

    #169800
    This reply has been marked as private.
    #170499

    Hi!

    Please add following code

    .archive .title_container { display: none!important; }

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘No breadcrumbs in Archived widget’ is closed to new replies.