remove breadcrumbs on homepage
-
I am working on a site created with storefront theme + wpbakery.
I want to remove the breadcrumbs only on the homepage, as removing sitewide buggers up the padding above the page content on all pages.
If I add this custom CSS to the page in wpbakery page settings, it just doesn’t work.
.storefront-breadcrumb { display: none; padding:0 0 0 0 !important; margin:0 0 0 0 !important; }
But if I add it at site level, it does remove it, but of course for the whole site, which is not what I want.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘remove breadcrumbs on homepage’ is closed to new replies.