Tags:
Permalink Reply by Atheist Universe on November 15, 2012 at 2:57pm You actually have two white gaps above your image.
For some reason, probably theme-related
- your <div> #xg_themebody has a margin-top: 30px, it should be 0px.
- your <body> background-image has a background-position: 50% 150px. It probably should not be set at all.
Permalink Reply by Joao Fernandes on November 15, 2012 at 4:54pm G'day Mr Universe,
Thank you for the feed back. The problem is I don't know how to change the two answers you've provided above. Could you help? Thank you in advance.
Permalink Reply by Debbie on November 15, 2012 at 5:26pm Hi Joao :)
It appears that your 'Theme Background' is the color white. See if you can change your 'Theme Background' color. If not, try this code or use Atheist Universe's suggestion.
/***** THEME BACKGROUND*****/
body {
background: #000000 !important;
}
Permalink Reply by Debbie on November 15, 2012 at 6:01pm P.S....If the code I gave you earlier doesn't work, try this one:
/*****MAIN THEME BACKGROUND*****/
.xg_theme #xg {background-color: #000000 !important;}
Permalink Reply by Joao Fernandes on November 15, 2012 at 6:20pm Hello Debbie,
Thank you so much..... It worked. You're a star. Great to be here with people who are prepared to help others. God bless
Kos replied to SM's discussion 'How to Target the First Page of your Site with CSS'© 2013 Created by Ning.
