Reply To: Header backrgound
Home › Forums › Agama Pro › Header backrgound › Reply To: Header backrgound
Hi Jerry,
Thanks for this. Everything’s now working like a dream apart from the logo shrink, which still shrinks to the size of a pin head. This is what’s in my CSS manager now.
Many thanks, Iain:
/*This controls the small logo height*/
#masthead .sticky-header-shrink .logo {
max-height:192px !important; /*Increase size per own needs.*/
}
/*This is for the larger header gradient*/
.header_v2 {
background-image: linear-gradient(
#8e44ad,
#7d3c98,
#6c3483,
#ca6f1e);
}
/*This is for the smaller header shrink gradient*/
.sticky-header-shrink {
background-image: linear-gradient(
#8e44ad,
#7d3c98,
#6c3483,
#ca6f1e);
}
/*This is for the page gradient*/
#page.site { background-image: linear-gradient(
red,
#8e44ad,
#f06d06);
}
/*Makes text white for widget area*/
.widget-area .widget a {
color: #ffffff;
}
/*Makes text white for widget area*/
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
font-family: RaleWay;
font-size: 11px;
line-height: 2.181818182;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
}
/*Makes text white for widget area*/
.cat-item a {
color: #ffffff;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
}