Jump to content

Problem z DAFAULT Wersja PrestaShop: 1.5.3.1


cysters2

Recommended Posts

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

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

Wszystko ładnie pieknie tylko jak np chciał bym mieć grafikę jako tło.

Np takie :

 

wrapper-bg2.jpg

 

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 by cysters2 (see edit history)
Link to comment
Share on other sites

Wszystko ładnie pieknie tylko jak np chciał bym mieć grafikę jako tło.

Np takie :

 

wrapper-bg2.jpg

 

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

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

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...