Delete / make it invisible the Navigationbar on Page

Posted in: Newspaper
Post count: 7

How can i deactivate this:

design <- deactivate ?” />

“Start -> Design”

This quick navigation bar…

Thanks for help 🙂

Post count: 22421

Hello,
I assume that is a post template not a homepage post element in visual composer.
If it’s post template 8, then you can use this code to deactivate the breadcrumbs:

.single_template_8 .entry-crumbs{
display:none!important;
}

This will only deactivate them in post style 8. If you want to deactivate them on another post style, you can duplicate the code and change the post style number.
Thank you!

Post count: 7

Alright. thank you!

Can i deactivate this Line for all future posts?

Theme Panel -> Breadcrumps?

Post count: 7

Ahhhh! *click*

Now i know what Breadcrumps is 😀

I’ve deactivate all Breadcrumps…

I need a German Translation for that Theme Panel ? Not in English…

  • This reply was modified 10 years by Paddy.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.