danielmaz Posted April 6, 2016 Share Posted April 6, 2016 (edited) Cześć wszystkim, potrzebuję podpowiedzi: gdzie mogę zmienić tło rozwijanego menu RWD oraz plusa w kolorze czarnym? (screen) Korzystam z szablonu magentech matrix sp. Nie chciałbym grzebać w kodzie, o ile się tak da. Poniżej przedstawiam screeny. PRESTASHOP 1.6.1.0 Pozdrawiam, Daniel Edited April 6, 2016 by danielmaz (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted April 6, 2016 Share Posted April 6, 2016 Dodaj te style dla niższej rozdzielczości: Add these styles for lower resolution: @media only screen and (max-width:992px) { .navbar #sp-megamenu {background-color: yellow} .navbar #sp-megamenu .navbar-nav li a {background-color: yellow} } w nevpix.css. Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 Dodaj te style dla niższej rozdzielczości: Add these styles for lower resolution: @media only screen and (max-width:992px) { .navbar #sp-megamenu {background-color: yellow} .navbar #sp-megamenu .navbar-nav li a {background-color: yellow} } w nevpix.css. @tuk66 - wiesz może w jakim folderze mogę znaleźć plik nevpix.css. ? - sprawdzałem w folderze css i nie ma go. - jeżeli już znajdę ten plik, to jest jakieś miejsce w którym powinienem wstawić podany przez Ciebie wyżej kod? czy miejsce może być randomowe? Link to comment Share on other sites More sharing options...
tuk66 Posted April 7, 2016 Share Posted April 7, 2016 /themes/sp_matrix/css/nevpix.css Istnieje już mały blok rozdzielczości w tym pliku There is already a small resolution block in this file @media only screen and (max-width: 991px) { ... } więc wstawić te style so insert these styles .navbar #sp-megamenu {background-color: yellow} .navbar #sp-megamenu .navbar-nav li a {background-color: yellow} wewnątrz tego bloku. inside this block. Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 @tuk66 mam: themes/megashop/css i nie ma nevpix.css themes/ default/css i również nie widzę pliku nevpix.css a katalog sp_matrix nigdzie mi się nie przewija. Korzystam z Tottal Commandera. Link to comment Share on other sites More sharing options...
endriu107 Posted April 7, 2016 Share Posted April 7, 2016 Lokalizacja to themes/sp_matrix/css/modules/spmegamenu/css/ Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 nie mam takiego katalogu sp_matrix w themes znajduje się megashop oraz default - a w tych i tak nie ma pliku nevpix.css. nie kminię, hm. Link to comment Share on other sites More sharing options...
endriu107 Posted April 7, 2016 Share Posted April 7, 2016 Taka scieżka jest widoczna, ciężko cokolwiek innego stwierdzić bez dostępu do serwera, skoro nie masz takiego folderu to przeszukaj pozostałe w takich końcowych lokalizacjach jak podałem. Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 jest jakaś opcja wyszukiwania przez programy ftp? czy muszę ręcznie szukać owego pliku? Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 themes/default bądź themes/megashop Link to comment Share on other sites More sharing options...
endriu107 Posted April 7, 2016 Share Posted April 7, 2016 Ile masz folderów w katalogu themes? Link to comment Share on other sites More sharing options...
danielmaz Posted April 7, 2016 Author Share Posted April 7, 2016 themes/megashop/css/modules i mam 11 katalogów: Link to comment Share on other sites More sharing options...
danielmaz Posted May 11, 2016 Author Share Posted May 11, 2016 w /themes/sp_matrix/css/nevpix.css Istnieje już mały blok rozdzielczości w tym pliku There is already a small resolution block in this file @media only screen and (max-width: 991px) { ... }więc wstawić te styleso insert these styles .navbar #sp-megamenu {background-color: yellow} .navbar #sp-megamenu .navbar-nav li a {background-color: yellow}wewnątrz tego bloku.inside this block. @tuk66 zrobiłem tak jak napisałeś, jednak zmieniło mi się tylko menu w wersji komputerowej w przeglądarce. Natomiast w wersji pod RWD bez zmian, po rozwinięciu, kliknięciu w + dalej mam czarne tło, a chciałbym białe takie samo jak w menu przed kliknięciem +. Link to comment Share on other sites More sharing options...
danielmaz Posted May 17, 2016 Author Share Posted May 17, 2016 Ile masz folderów w katalogu themes? znalazłem odpowiedni plik nevpix.css - zastosowałem zalecenia użytkownika @tuk66 - jednak bez zmian. Jakieś inne pomysły, drodzy koledzy? Link to comment Share on other sites More sharing options...
endriu107 Posted May 17, 2016 Share Posted May 17, 2016 Próbowałeś wyczyścić cache? Link to comment Share on other sites More sharing options...
danielmaz Posted May 18, 2016 Author Share Posted May 18, 2016 (edited) Próbowałeś wyczyścić cache? Oczywiście, poprzez panel admina w preście. zauważyłem, że w niektórych katalogach powtarza się plik nevpix.css (zastosować to co napisał tuk66 do wszystkich, czy lepiej nie kombinować?) Edited May 18, 2016 by danielmaz (see edit history) Link to comment Share on other sites More sharing options...
endriu107 Posted May 18, 2016 Share Posted May 18, 2016 Zastosować tylko do tego konkretnego, chociaż nic złego nie powinno sie stać jak to zrobisz w każdym, ważne abyś sprawdzał co plik czy zmiany są widoczne. 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