Jan 8
Custom page title height size + color overlay opacity
Hi, it would be good to edit the header title height size in pixels for mobile, web, and tablet. It would also be very useful to have options for overlay, gradient overlay, and opacity. We are currently using this CSS: .page-title{
position:relative!important;
}
.page-title:before{
content:'';
position:absolute;
top:0!important;
left:0!important;
bottom:0;
right:0;
width:100%;
height:100%;
height:auto;
background-color:#111;
opacity:0.33;
}
.page-title .container{
position:relative!important;
}
Pending