Hi,
I can not access your website as it says “The site is experiencing technical difficulties.” So, I’m not really sure if I understand correctly your question, but I presume you are talking about the actual homepage content area. Try this custom CSS to remove the static homepage content area background:
.home .site-main .entry {
background: transparent;
color: #fff;
}
.home .site-main h1,
.home .site-main h2 {
color: #fff;
}
Please note that I provide support via https://support.webmandesign.eu/
Best regards,
Oliver
oh finally! thank you so much!
I’ve been trying to solve this since days!
thank you!
Hi,
In that case, try using your web browser code inspector to determine your CSS modifications. You will resolve anything that way 😉
Regards,
Oliver
I will.
one final question please, that website was expreimental, now I will do exactly the same edits on my client’s website, should I use the same code?
this my client’s website: http://www.tareqjundi.com/
Yes, sure, the code should work perfectly fine regardless the domain you are on.
I know I’ve asked a lot, everything is fine now, but i want to apply that on every page of my client’s website, the entire site..
how can I do that?
Please, try using your web browser code inspector to determine the CSS you need to use. Also, please read the knowledge base article about theme modifications at https://support.webmandesign.eu/modifications/
Removing the .home
portion from the code should apply the styles across the whole website.
worked like magic.
I can’t thank you enough, this saved a lot of time.
have a good day 🙂
Again, please use your web browser code inspector.
This might help, but adapt it to your needs:
.is-singular .content-area {
background: transparent;
color: #fff;
}
I’m using it.
should I add this code to the previous one?
thanks all the pages are transparent now..
I really appreciate your effort to help, have a nice day..
Hi,
I’m glad the solution worked. If you like the free support service provided, please consider a donation 🙂 Thank you 🙂
Best regards,
Oliver