[email protected] Posted November 13, 2021 Share Posted November 13, 2021 (edited) witam mam takie zapytanie czy można w pliku /domains/prezentownia.online/public_html/themes/classic/assets/css/custom.css napisać tak żeby jeden plik background się powtarzał i wyświetlił jako tło a drugi żeby był na nim i wyświetlił się tylko raz? na razie mam tak: #wrapper { background-image: url(../img/bg.gif); } a po tym chiałem jeszcze jeden plik żeby sie wyswietlil Moja strona prezentownia.online Prestashop 1.7.8.0 teraz mam tak: #wrapper { background-image: url(../img/top_left.png), url(../img/top_right.png), url(../img/bg.gif); background-repeat: no-repeat, no-repeat, repeat; background-position: top left, top right, center; } Edited November 13, 2021 by [email protected] rozwiazany (see edit history) Link to comment Share on other sites More sharing options...
Question
[email protected]
witam mam takie zapytanie
czy można w pliku /domains/prezentownia.online/public_html/themes/classic/assets/css/custom.css
napisać tak żeby jeden plik background się powtarzał i wyświetlił jako tło a drugi żeby był na nim i wyświetlił się tylko raz?
na razie mam tak:
#wrapper { background-image: url(../img/bg.gif); }
a po tym chiałem jeszcze jeden plik żeby sie wyswietlil
Moja strona prezentownia.online
Prestashop 1.7.8.0
teraz mam tak:
#wrapper { background-image: url(../img/top_left.png), url(../img/top_right.png), url(../img/bg.gif); background-repeat: no-repeat, no-repeat, repeat; background-position: top left, top right, center; }
Edited by [email protected]rozwiazany (see edit history)
Link to comment
Share on other sites
0 answers to this question
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