Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi,
How can I keep my title header on the left side but remove the breadcrumbs throughout my entire site? E.g. https://www.evernote.com/shard/s554/sh/21d9489d-7990-480f-b0d6-5a90876bdc2e/c096feed5735f84e316b684767fa7e37
I tried to do it through the “default page header” options. I chose the “centered” option. But when I do this, my header looks completely messed up: https://www.evernote.com/shard/s554/sh/8f39e65d-7a56-4a81-837b-2132d59bcf4d/b26fa6fc91c986143c830fa9c190e83a. So obviously, that is not an option. Thus, I will need a general CSS code from you that removes the breadcrumbs.
Thanks,
Carolina
Hello,
To remove breadcrumbs please add these lines into your custom css box:
.breadcrumbss {
display: none;
}
Best regards!
You must be logged in to reply to this topic.