Remove The Leading Slash From Breadcrumbs - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove The Leading Slash From Breadcrumbs

HR

Heidi Rognlien

Helix Framework 3 years ago

Hello! Is it possible to remove the leading slash from breadcrumbs, eventually replace it with a Home icon? I have removed the icon before the leading slash, but I don't want to have a slash before link to the homepage (it is not logical).

Best regards, Heidi

https://mbedehus.no/om-oss

0
5 Answers
Pavel
Pavel
Accepted Answer
3 years ago #87455

Hi Heidi.

Try this code

.breadcrumb > li + li::before {
    content: "\00a0";
}
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #87409

Hi

Thanks for contacting us. Could you please give me a sacreenshot of your issue?

-Regards.

0
HR
Heidi Rognlien
Accepted Answer
3 years ago #87424

Hello, Please follow this link to see the breadcrumbs. I would like to remove the slash before the first item. https://mbedehus.no/om-oss

Best regards, Heidi

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #87459

Thanks @Pavel


Heidi, if I may, I also recommend to change website favicon, using default joomla icon doesn't look good.

foto_8914_2022.jpg

Go to Template Options > Basic > Logo > Favicon

and upload icon image, for example, 32 x 32px png image taken from the website logo.

0
HR
Heidi Rognlien
Accepted Answer
3 years ago #87468

Hi!

Thanks a lot @Pavel! That worked. I also agree to change the favicon @Paul, and have had it on my mind.

Best regards, Heidi

0