• iguenane02

    (@iguenane02)


    Good morning,
    After updating the colormag theme I have this message on the homepage that I can’t delete (You are here: Home)

    It’s unprofessional to have these kinds of messages on the home page and not be able to hide them.

    Can you help me resolve this issue?

    Sincerely

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @iguenane02,

    Thanks for reaching us,

    In-order to remove the breadcrumb from the homepage, please try adding this CSS inside WordPress Dashboard > Appearances > Customize > Additional CSS:

    .blog .breadcrumb-wrap {
        display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Thread Starter iguenane02

    (@iguenane02)

    Good morning,
    Thank you for your reply,
    I did but it didn’t change anything.

    Can you offer me another solution?

    Sincerely

    Hi @iguenane02,

    Thanks for reaching back,

    Can you please add the following CSS Code and check if it helps you or not!

    .home .breadcrumb-wrap {
    display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Hi.

    I used this code: .blog .breadcrumb-wrap { display: none; }, work just in a home, in a post still this information. How can I do for this?

    Regards.

    Hi @badolfo,

    Thanks for reaching us,

    If you want to remove the breadcrumb from all the area, please use the CSS Code below:

    .breadcrumb-wrap {
        display: none;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

    Hello Barsha,

    How can I translate “You are here” please ?

    Loco translate doesn’t work.

    Thank you very much

    Best Regards

    • This reply was modified 5 months, 3 weeks ago by opiummmx.
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.