Can one take main accent "shadow" off of Header images in Appetite Theme?
-
Just want pictures without “shadow” on them.
I like everything else about the Appetite them but that!The blog I need help with is: (visible only to logged in users)
-
-
Found it in a previous help blog under “haze”
Thank you bdinews :“Cisciccablog, I’ve found the solution to this. If you adjust the following:
#primary-header .featured-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
left: 0;
opacity: 0.35;
position: absolute;
right: 0;
top: 0;
}And change the opacity to 100%, like so:
#primary-header .featured-image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
bottom: 0;
left: 0;
opacity: 100;
position: absolute;
right: 0;
top: 0;
}the image becomes fully opaque”
- The topic ‘Can one take main accent "shadow" off of Header images in Appetite Theme?’ is closed to new replies.