#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
background:none;
color:#ffffff;
}
#xg_navigation ul li.this {
background: #2079b9 url(/xn_resources/widgets/index/gfx/themes/Professional/xg_navigation_ul_li.gif) no-repeat 0 0;
}
#xg_navigation ul li.this a {
background: url(/xn_resources/widgets/index/gfx/themes/Professional/xg_navigation_ul_li_a.gif) no-repeat 100% 0;
}
as you can see, there is NO mention of "http://api.ning.com/files/r-Y0Ksw8LDifzi3GZOgJWrWZ0sx*ouuAWPIzdCryxes_/JapancastSocial.jpg?width=925&height=217&xn_auth=no&type=jpeg" (That is the banner image)..
I managed to remove it from my page, sort of, but it was a bit hard.
This is my CSS:
/* Page Title */
#xg_body h1,
#xg_body ul.navigation a,
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
color:/* %pageTitleColor% */ #053F65;
}
/* Tab Color */
#xg_navigation ul li a {
background-color:/* %headTabColor% */ #053F65;
}
/* Module Body: Background & Text */
.xg_module_body,
.xg_module_body legend,
.xg_module_body legend.toggle a,
.xg_module_foot,
ul.page_tabs li.this {
background-color:/* %moduleBodyBgColor% */ #FFFFFF;
background-image:/* %moduleBgImage% */ none;
background-repeat:/* %moduleBgImage_repeat% */ no-repeat;
}
/* Module Body: Headings */
.xg_module_body h3,
.xg_module_body caption {
color:/* %moduleHeadingColor% */ #053F65;
}
/*----------------------------------------------------------------------
Header & Navigation
----------------------------------------------------------------------*/
#xg_masthead {
opacity:.0;
filter: alpha(opacity=0);
-moz-opacity: 0.0;
}
* html #xg_masthead {
opacity:.0;
filter: alpha(opacity=0);
-moz-opacity: 0.0;
}
#xg_navigation ul li.this a,
#xg_navigation ul li a:hover {
background:#aaaaaa;
color:#044065;
}
#xg_navigation ul li.this {
background: #FFFFFF;
}
#xg_navigation ul li.this a {
background: #FFFFFF;
}
Well it's not on my browser, I use Firefox and Safari, the banner doesn't show up on either of them.
The CSS doesn't really remove the image, what it does is make the area where the image is located fully transparent.
This is exact part that does that:
/*----------------------------------------------------------------------
Footer (#xg_foot and descendants)
----------------------------------------------------------------------*/
#xg_foot,
#xg_foot a {
color:#333;
padding-bottom: 0;
}
This removes the banner.
body {
background-attachment:fixed;
background-position: 50% 20%;
}
is the code for the header.
The only bad thing is is that your left with a GAPING hole in the top of your layout, where if you click it, you goto the home page. hehhe mouse over nothing and you get "Japancast.net"