Reply To: inside-article: transparent vs. widget sidebar length

Home Forums Support inside-article: transparent vs. widget sidebar length Reply To: inside-article: transparent vs. widget sidebar length

Home Forums Support inside-article: transparent vs. widget sidebar length Reply To: inside-article: transparent vs. widget sidebar length

#168147
Tom
Lead Developer
Lead Developer

Give this CSS a try instead:

.site-content {
    background-color: rgba(255, 255, 255, 0.8);
}

You’ll need to remove all background colors for the elements inside the content for it to work.