iza-123 Posted July 10, 2016 Share Posted July 10, 2016 mam podstawowy szablon ale nie mogę sobie poradzić jak wstawić plik z grafiką jako tło, było już kilka tematów na ten temat ale z opisów nic mi nie pasuje, dlatego podsylam swoj plik global.css prosze o info jaka linie mam podmienic, podsylam tez plik z grafika global.css tło http://images76.fotosik.pl/740/8b2d15a084997d64.png Link to comment Share on other sites More sharing options...
vekia Posted July 10, 2016 Share Posted July 10, 2016 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 More sharing options...
iza-123 Posted July 10, 2016 Author Share Posted July 10, 2016 link do sklepu http://neobike.pl/ Link to comment Share on other sites More sharing options...
vekia Posted July 10, 2016 Share Posted July 10, 2016 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 More sharing options...
iza-123 Posted July 11, 2016 Author Share Posted July 11, 2016 dzięki jest prawie ok ale tło się powtarza na stronie, zjeżdżając na duł widać ponownie nałożone tł: strona: tło tło tło a powinno być: strona tło bez tła bez tła najlepiej wejść na strone to zrozumie się o co mi chodzi http://neobike.pl/ Link to comment Share on other sites More sharing options...
endriu107 Posted July 11, 2016 Share Posted July 11, 2016 Dodaj sobie norepeat do tła. Link to comment Share on other sites More sharing options...
vekia Posted July 11, 2016 Share Posted July 11, 2016 dokładnie tak: body { background-image: url("//images76.fotosik.pl/740/8b2d15a084997d64.png") no-repeat!important; } Link to comment Share on other sites More sharing options...
iza-123 Posted July 11, 2016 Author Share Posted July 11, 2016 po dodaniu tego wpisu tło przestało się pojawiać http://neobike.pl/ Link to comment Share on other sites More sharing options...
endriu107 Posted July 11, 2016 Share Posted July 11, 2016 Zrób tak: background: url("//images76.fotosik.pl/740/8b2d15a084997d64.png")no-repeat!important; Link to comment Share on other sites More sharing options...
iza-123 Posted July 11, 2016 Author Share Posted July 11, 2016 vekia i endriu107dzięki za pomoc wszystko już działa, wystarczyło zmienić na na ten wpis co endriu107 podał Link to comment Share on other sites More sharing options...
vekia Posted July 11, 2016 Share Posted July 11, 2016 moj bład backgrund-image zamiast backgrund ;-) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now