Demo Banners

GK User
Wed Apr 13, 2011 2:18 am
Can anyone help me figure out how to remove the two demo banners: "available in the app store" and "only 3.99"?

I'm not sure what kind of elements these are and I can't seem to find them anywhere. Is this something that need to be removed via CSS coding?

Regards,
User avatar
Fresh Boarder

GK User
Thu Apr 14, 2011 7:45 am
Hi

this is a mod_custom module type, under the name "Frontpage advertisment" on position "adv_bottom"

edit it and look at the code, this banner is call by a css class
Code: Select all
<a class="demo-banner" href="#"></a>

so you'll need to modify or create the rule for the image call

This is under each style(n).css files, on the last line, in syle2.css for example:
Code: Select all
/* demo banner */
.demo-banner { width: 450px; height: 84px; display: block; background: transparent url('../images/style2/demo-banner.png') no-repeat 0 0; }
User avatar
Fresh Boarder


cron