Hi
Follow below rules and change.
First is changes site background color : –
using below code in custom css
body
{
background-color:your color code like (##C22121)
}
Third is Change featured background image
Find below code in default.css file (theme package >> css >> default.css)
.qua_portfolio_carusel, .qua_testimonial_carusel
{
background: url(../images/c.png); Change background image
}
Thanks.
Thank you!
What about this one:
2. The feature image on the home page has a background of black. How can I change that to transparent?
Also, the area behind the navigation bar is white, but I want that to match the color of my background.
Thank you!!
Hey
To change background color of the navigation , follow the given below instruction
Open your header.php file
Find the below line of code on line no 34
<nav class="navbar navbar-default" role="navigation">
And Replace it with below line of code
<nav class="navbar navbar-default" role="navigation" style="background-color:#fff000">
Thanks
Akhilesh