• Jonathan

    (@findkollegiedk)


    Hey.

    I would like to have removed breadcrumb “Forside” from my front page. But do not know how I get it removed – is there anyone who can help with that?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can hide the breadcrumbs from your front page through CSS. Are you familiar with CSS?

    Which theme are you using?

    Thread Starter Jonathan

    (@findkollegiedk)

    Yes, a little.
    It says the following in my CSS file:

    / * 2.7 * Breadcrumbs /
    # breadcrumbs {margin-bottom: 25px;}
    . home # breadcrumbs {margin-bottom: 30px;}

    I am using Swatch theme.

    Thread Starter Jonathan

    (@findkollegiedk)

    But what should I write to hiding it?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does that theme come with a section in the dashboard named something like, “custom CSS”?

    Thread Starter Jonathan

    (@findkollegiedk)

    Yes, it does 🙂

    Thread Starter Jonathan

    (@findkollegiedk)

    But what should I write in it?

    Is it just from the front page you want to remove the breadcrumb? Do you have a link to the site and I can supply you with what you need.

    Thread Starter Jonathan

    (@findkollegiedk)

    Yes, it is just from my front page it should be removed.

    Yes – you can see the site her: Billigste-Internet.

    Ok simply replace :-

    .home #breadcrumbs {
        margin-bottom: 30px;
    }

    with

    .home #breadcrumbs {
        display: none;
    }

    I think that should solve the issue for you.

    Cheers
    J

    Thread Starter Jonathan

    (@findkollegiedk)

    Yes, it worked. Thank you alot for your help 🙂

    No problemo glad it helped
    J

    J, thank you sooo much! Worked for me too, I was researching for 2 days, nothing worked. Its hard to get help for elegant themes if you announce your theme. I paid for web designer to help me, now she doesn’t want to help anymore and I can’t get support from elegant themes. I wish I did all by myself.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Remove breadcrumb from front page’ is closed to new replies.