Hi,
I’m trying to hide breadcrumbs on main page and show breadcrumbs on other pages. This ends to hide breadcrumbs on all the pages. How can I do this? I’m using the following css codes.
.entry-title { display: none; padding-top: 0; padding-bottom: 0; }
.x-header-landmark { background: #1172D3; padding: 12px 0px 13px; display: none; }
.x-landmark { width: auto; padding-right: 0; float: right; }
.x-breadcrumbs-wrap { width: auto; text-align: center; }
.x-breadcrumbs {font-size: 130%; }
.x-breadcrumbs a, .x-breadcrumbs span, .x-breadcrumbs .current { color: white; }
.x-landmark-breadcrumbs-wrap .x-landmark { display: none; }