Jump to content

Zmiana koloru tła w rozwijanym menu pod RWD


danielmaz

Recommended Posts

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

 

12923258_1331392403554474_61706792093746

12963580_1331392316887816_32839467565958

Edited by danielmaz (see edit history)
Link to comment
Share on other sites

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

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

/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

  • 1 month later...

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

 

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

 

19124515934736386863.jpg

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