I’m using the twenty sixteen theme too.
And I try to add opacity to my page. Actually it shows up fine. Only thing is that the images and slideshows get transparent too.
Someone know a solution for this?
This is in my css file:
.site {
background-color: #990000;
}
.site-inner {
margin: 0 auto;
max-width: 1320px;
position: relative;
}
And this is my additional css:
.site {
background-color: rgba(153, 0, 0, 0.8);
}
-
This reply was modified 8 years, 3 months ago by CissyMarch.