I would like at some articles the header to be plain like the component header is
Now I have an orange background and the height is big.
is there a css class that I can add to the menu?
.single-page > .header.no-image,
.blog-page > .header.no-image {
background: transparent none repeat scroll 0 0;
color: #000;
height: auto;
padding-top: 200px;
}
.single-page > .header.no-image .mouse-icon,
.blog-page > .header.no-image .mouse-icon {
display: none;
}
.single-page > .header.no-image .item-title,
.blog-page > .header.no-image .item-title {
color: #111;
}