Remove background image from gk store box and add some color

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
Thu May 23, 2013 1:40 pm
Reply with quote
Report this post
Hi,
how can I remove the background image from gk storebox and add some color instead
User avatar
Fresh Boarder

GK User
Thu May 23, 2013 2:16 pm
Reply with quote
Report this post
Edit: /templates/gk_storebox/css/override.css and add at its end:
Code: Select all
body {
   background-image: none;
   background-color: #F00;
}

replace #F00 with color You like

Remember to enable override.css in template settings - advanced section.
User avatar
Moderator

GK User
Fri May 24, 2013 8:47 am
Reply with quote
Report this post
thanks Ciberek...

One more question I have..
How do I disable lazy load images in storebox.. cant find the parameter ..
User avatar
Fresh Boarder

GK User
Fri May 24, 2013 12:16 pm
Reply with quote
Report this post
Could You show me example of "lazyload" behavior? (an url to specific page).
User avatar
Moderator

GK User
Fri May 24, 2013 12:59 pm
Reply with quote
Report this post
its on a local server right now.. its just that the slideshow is taking alot of time to load while rest of the content loads immediately. So I thought its a lazy load image problem.
User avatar
Fresh Boarder

GK User
Sat May 25, 2013 7:49 am
Reply with quote
Report this post
Hi,

... I thought its a lazy load image problem.


Lazy Load is a jQuery plugin written in JavaScript. It delays loading of images in long web pages. Images outside of viewport (visible part of web page) wont be loaded before user scrolls to them. This is opposite of image preloading.
...But we don't use this JS on our template any more.
Delay with images it's normal, because the more important for browser is the rest of content not "BIG" images. It may be also connected with images file weight. If they have more then 100kb each it will take a while to load.
User avatar
Platinum Boarder


cron