cysters2 Posted April 1, 2013 Share Posted April 1, 2013 Witam. Potrzebuję skórkę DEFAULT ze zmienionym tłem na błękitne. Próbowałem samemu zrobić i nie umiem. Wiecznie jakiś błąd. Darmowe templatki nie chcą dobrze działać. Męcze się z tym od rana i przekopałem cały internet. Wersja PrestaShop: 1.5.3.1 POMOCY Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2013 Share Posted April 1, 2013 themes/default/css/global.css linia ~53 body { font: normal 11px/14px Arial, Verdana, sans-serif; color: #222; background: #FFFFFF; } zmieniasz paramter #FFFFFF na dowolny wybrany kolor. niekiedy zmiany są widoczne dopiero po wyczyszczeniu cache przeglądarki, albo twardym refreshu ctrl+f5. W ekstremalnych sytuacjach niezbędne jest wymuszenie kompilacji w prestashop Link to comment Share on other sites More sharing options...
cysters2 Posted April 1, 2013 Author Share Posted April 1, 2013 (edited) Wszystko ładnie pieknie tylko jak np chciał bym mieć grafikę jako tło. Np takie : Ta linia 53 u mnie wygląda tak : body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff } body.content_only { background: #FFF; } Edited April 1, 2013 by cysters2 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2013 Share Posted April 1, 2013 Wszystko ładnie pieknie tylko jak np chciał bym mieć grafikę jako tło. Np takie : Ta linia 53 u mnie wygląda tak : body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff } body.content_only { background: #FFF; } to zamiast background:#fff dajesz background:#FFF url('url_do_twojego_obrazka_musi_byc_online_na_serwerze') center top no-repeat; powinno pomóc :-) Link to comment Share on other sites More sharing options...
cysters2 Posted April 2, 2013 Author Share Posted April 2, 2013 Czyli jeśli dobrze rozumiem to daje tak : body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff url('http:/www.xyz.pl/img/img1.jpg') center top no-repeat } body.content_only { background: #FFF; } Wiem wiem jestem zielony Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2013 Share Posted April 2, 2013 coś w tym stylu, mozesz dojsć do tego jak kod ma wyglądać metodą prób i błędów, lub po prostu podać url - prześlę gotowe rozwiązanie Link to comment Share on other sites More sharing options...
cysters2 Posted April 2, 2013 Author Share Posted April 2, 2013 Witam. W tej chwili mam problem z serwerem i nie mogę przesłać pliku. Ale oto te tło na innym serwerze http://westa.nazwa.pl/budownictwo/wp-content/themes/NewSky/images/wrapper-bg2.jpg Jak ogarnę te błędy to wrzucę na swój serwer 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