Jump to content

Изменение цветовой темы в Prestashop 1.6


Recommended Posts

Добрый день. Пытаюсь изменить цветовую схему темы бутстрап, установленной по умолчанию. Для примера меняю цвет модуля основного меню в файле superfish-modified.css по ссылке default-bootstrap/css/modules/blocktopmenu/css. Задаю белый фон (код ниже), но на странице отображается серый. Я предполагаю, что цветовая палитра встроенной по умолчанию темы из модуля themeconfigurator преобладает над моими настройками. Это так? Как я могу добиться изменения цвета основного меню?

.sf-menu {
  position: relative;
  padding: 0;
  width: 100%;
  border-bottom: 3px solid #e9e9e9;
  background: white; }
  @media (max-width: 767px) {
    .sf-menu {
      display: none; } }

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