Jump to content

jak wstawic tlo - grafike


iza-123

Recommended Posts

global.css bez podglądu na stronę raczej nic nie da, można "na ślepo" sugerować, aby dodać to w body

body {
background:url('http://images76.fotosik.pl/740/8b2d15a084997d64.png);
}

ale niestety nie znając kontekstu, to tylko gdybanie

Link to comment
Share on other sites

body {
  background-image: url("//images76.fotosik.pl/740/8b2d15a084997d64.png")!important;
}
.columns-container, header, .header-container{
  background:none;
}

na koncu pliku global.css należy wstawić powyższy kod

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...