Reply To: Header backrgound
Home › Forums › Agama Pro › Header backrgound › Reply To: Header backrgound
March 1, 2017 at 9:29 pm
#3790
Keymaster
Here are CSS code for shrinked header logo size:
#masthead .sticky-header-shrink .logo {
max-height: 62px !important; // Increase size per own needs.
}
Here is code for header v2 shrinked gradient:
header.header_v2 .sticky-header-shrink {
background-image: linear-gradient(
#8e44ad,
#7d3c98,
#6c3483,
#ca6f1e);
}
Best Regards
-
This reply was modified 6 years, 2 months ago by
Jerry.