Hide embed code & Hide breadrumbs

Posted in: Newspaper
Post count: 47

Hello,

I hope you are well.

1) I’d like to ask how to hide embed code for an example (https://imgur.com/a/sMZmlQ0) I want the following red color code to be hidden from the search. It is SoundCloud embed code.

2) I’d like to hide breadcrumbs of specific pages such as search, cookie policy, privacy policy. Is there any way to do so? https://imgur.com/a/qT3c8H0

Thanks!

Post count: 21065

Hello @housenest!

Yes, thanks. I hope you’re well too.
1. A workaround is to edit that post normally in the Gutenberg or Classic Editor, set an excerpt there and it should appear only that text which you set it up there.
2. If you have a cloud template, then you can disable/hide them while you edit them with the TagDiv Composer.

Thank you!

Post count: 47

Hello Bettina,

The first solution works, thank you!

About second is there a way to hide breadcrumbs on specific pages without TagDiv composer? The pages were created without TagDiv Composer.

Thank you

Post count: 21065

Hello @housenest!

Try to add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:

.search .entry-crumbs { display:none;}
.page-id-1890 .entry-crumbs { display:none;}
.page-id-3 .entry-crumbs { display:none;}

Thank you!

Post count: 47

Hello Bettina,

That seemed to fix it! Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.