Page content table transparency

Hello, i have searched for hours but i cant finde any info.
I want to setup transparent colour for the content area on a single page
so that the background image is slightly shown…
can someone please help my to get it done!?
thank you & best regards
Mark

Hello Mark,

Please add this code in X > Theme Options > CSS:

.single-post .entry-wrap,
.single-post .enrty-content {
    background-color: transparent !important;
}

Here are some related links for further reading:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.