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:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
- CSS Media Queries - https://goo.gl/L3ZHNg
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.