hey air, i´m so sorry but have another questions....
how can i insert cusom bckrnd in my blog site, like i have at the other ones?

is it possible to have custom bckrnd at the header and footer, too?

the last question: is it possible to make the "inner" sites transparent?

Thank you so much!
Comments
1 image) Go to
Hypershot theme-> Blog & Archives-> Blog appearance-> Content background colorand remove color from there.2 Image) Go to
Hypershot theme-> Appearance-> Customize header-> Header lower background colorand set color there.Go to
Hypershot theme-> Appearance-> Customize footer-> Custom background colorand set color there.3 image) Use this custom CSS
article, body.search-no-results.search article, body.archive.category-empty article{With regards.background-color: transparent;
}
2) hmmm, i wanted to have a picture at background, not a color. any idea?
3) it works at all pages but not at the blog one
i want to set it half transparent, you know.
thanks!
2) Then set background-image with CSS. However you need to be familiar with CSS syntax cause I can't explain every rule
header(remember to remove colors from header if anything overlaps you image) footer
#footer{3) Try this thenbackground-image: url("http://hochzeitsfotografie-schneider.de/wp-content/uploads/2013/02/black_backrnd01.jpg");
background-position: center center; /* You don't have to use it */
}
.archive-item, article, body.search-no-results.search article, body.archive.category-empty article {With regards.background-color: rgba(0, 0, 0, 0.3);
}
i removed the color of header and footer and got what i wanted. thanks a lot for spending so much time for all these questions!
now i´m nearly finished and at the beginning of loving my new page!
i´ve a very last question, see a new topic....