Disable background image on all pages

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Sep 29, 2014 2:27 pm
Reply with quote
Report this post
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;
}
User avatar
Expert Boarder

GK User
Mon Sep 29, 2014 5:34 pm
Reply with quote
Report this post
Hi,
maybe try this:
Code: Select all
#gkBg {background: #eee !important;}


Check link from my footer
User avatar
Platinum Boarder


cron