• stefano79roma

    (@stefano79roma)


    Hi

    I have a problem to hide breadcrumbs and labels on mobile version of your plugin.

    To do this (and on pc it works) I use some css:

    .et_pb_post .post-meta {
    display: none !important;
    }

    .es-breadcrumbs .es-icon, .es-breadcrumbs .es-pagination .page-numbers li .page-numbers.page-numbers--preload::before, .es-breadcrumbs .es-pagination ul li .page-numbers.page-numbers--preload::before, .es-breadcrumbs body .es-field .select2-container .select2-selection .select2-selection__arrow b, .es-breadcrumbs__item, .es-pagination .page-numbers li .es-breadcrumbs .page-numbers.page-numbers--preload::before, .es-pagination ul li .es-breadcrumbs .page-numbers.page-numbers--preload::before, body .es-field .select2-container .select2-selection .select2-selection__arrow .es-breadcrumbs b {

    display: none !important;
    }

    #footer-widgets .footer-widget .es-listing__terms li a, .es-listing__terms li a, .widget .es-listing__terms li a {

    display: none !important;
    }

    #footer-widgets .footer-widget .es-listing__terms li:not(:last-child)::after, .es-listing__terms li:not(:last-child)::after, .widget .es-listing__terms li:not(:last-child)::after {

    display: none !important;
    }

    footer-widgets .footer-widget .es-listing__terms li a, .es-listing__terms li a, .widget .es-listing__terms li a {
    display: none !important;
    }

    Unfortunately on mobile, if I analize the items on mobile, I get the same classes of pc and so I continue to see breadcrumbs and tags (with links to archive that I don’t want).

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Estatik

    (@estatik)

    Hi, Stefano!

    Please, make sure it’s not cached.
    Your CSS works for me. On mobile as well.

Viewing 1 replies (of 1 total)
  • The topic ‘hide breadcrumbs and tag title on mobile’ is closed to new replies.