Hello there,
Are you talking about header background color (http://screencast.com/t/SqUvrIdtEzm6)?
Thank You.
Hello there,
Go to the Appearance > Customize > Custom CSS and paste code given below.
.navbar.not_home {
background-color: rgba(34, 34, 34, 0.6);
}
Add your color value.
Thank You.
Hello Themehunk, thanks.
I have to add this code in style.css? Or where? 🙁
If I add the code in style.css, the color doesnt’ change…
Many thanks again.
Valentina
Hello there,
Go to the Appearance > Customize > Custom CSS and paste that code. It will work.
And also add your desired color value in the code above.
Thank You.
My God, I can not read! Sorry!! It works! 🙂
Here I can also change background page color?
I tried to add
page {
background-color: #000000;
}
but doesn’t work…
Thanks!
Hello there,
Use this code for background color.
.page-container {
background: #000000;
}
It will work.
You can also contact our support forum for more help.
Thank You.
Dear ThemeHunk, thanks!
with that code I have a black edge, but the background behind the text is still white
I see that support forum is only for PRO Version.
Thank for your precious help!
Hello there,
Use this code.
.page-content {
border: 1px solid rgba(0, 0, 0, 0.82);
background: #000;
}
No we are providing support for free users too.
Thank You.
Wow! Thanks! I ask there 🙂
Hello there,
Please don’t forget to post your valuable review. It will motivate us to improve this theme more and more 🙂
Best Regards.