as you can see into screenshot, the h1 font for intro header is always white (fff),
even though I set it as 969696
is there a way to change only this font colour? and is there a way to add a overlay for intro header image?
Hi,
There are no settings for that.
However, you can try the following CSS code:
.single-post #Intro .intro-title{ color: #969696!important; } .single-post #Intro .intro-inner{ background-color: rgba(0,0,0,.3); }
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
as you can see the overlay cover only the middle part of image
Please expand the last part from what I sent with as here:
.single-post #Intro .intro-inner{
background-color: rgba(0,0,0,.3);
width: 100%!important;
}
thank you so much https://forum.muffingroup.com/betheme/profile/Phil
p.s. the first your suggestion doesn't expand anymore
Comments
Hi,
There are no settings for that.
However, you can try the following CSS code:
Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
as you can see the overlay cover only the middle part of image
Please expand the last part from what I sent with as here:
.single-post #Intro .intro-inner{
background-color: rgba(0,0,0,.3);
width: 100%!important;
}
Best regards
thank you so much https://forum.muffingroup.com/betheme/profile/Phil
p.s. the first your suggestion doesn't expand anymore