Hello,
How do I disable background images on all the pages? I see following is getting called. I just want to disable calling image URL and keep background color #eee. What would be trick?
#gkBg {
background: #eee url('../images/header_bg.jpg') no-repeat center 0;
background-size: 2400px 900px;
overflow: hidden;
}