Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Изменение цвета бэкграунда категории шаблон Basecart


Recommended Posts

Подскажите где изменить цвет синий очень выделяестья, хотелось бы серый.

Думал редактировать нужно в Catalog/view/theme/basecart/css/bootstrap.min.css

Нашел там list-group-item.active изменил цвет,залил файл с заменой но никаких изменений не произошло.

Вот ссылка может кто посмотрит.

Снимок экрана 2017-04-08 в 19.44.24.png

Надіслати
Поділитися на інших сайтах


1 минуту назад, 99k сказал:

Вот ссылка может кто посмотрит.

 

Ссылка не обнаружена.

Надіслати
Поділитися на інших сайтах

<?php
  if ($theme == "basecart_module_themedefault") {
      include "catalog/view/theme/basecart/css/bootswatch/default.tpl";
  } elseif ($theme == "basecart_module_themecerulean") {
      include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";
  } elseif ($theme == "basecart_module_themecosmo") {
      include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";
  } elseif ($theme == "basecart_module_themecyborg") {
      include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";
  } elseif ($theme == "basecart_module_themedarkly") {
      include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";
  } elseif ($theme == "basecart_module_themeflatly") {
      include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";
  } elseif ($theme == "basecart_module_themejournal") {
      include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";
  } elseif ($theme == "basecart_module_themelumen") {
      include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";
  } elseif ($theme == "basecart_module_themepaper") {
      include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";
  } elseif ($theme == "basecart_module_themereadable") {
      include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";
  } elseif ($theme == "basecart_module_themesandstone") {
      include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";
  } elseif ($theme == "basecart_module_themesimplex") {
      include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";
  } elseif ($theme == "basecart_module_themeslate") {
      include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";
  } elseif ($theme == "basecart_module_themespacelab") {
      include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";
  } elseif ($theme == "basecart_module_themesuperhero") {
      include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";
  } elseif ($theme == "basecart_module_themeunited") {
      include "catalog/view/theme/basecart/css/bootswatch/united.tpl";
  } elseif ($theme == "basecart_module_themeyeti") {
      include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";
  }
?>

В зависимости от какой-то темы в header.tpl выводятся стили. Нужно узнать какая тема установлена, и править соответствующий файл со стилями.

Надіслати
Поділитися на інших сайтах

7 минут назад, mazein сказал:

<?php
  if ($theme == "basecart_module_themedefault") {
      include "catalog/view/theme/basecart/css/bootswatch/default.tpl";
  } elseif ($theme == "basecart_module_themecerulean") {
      include "catalog/view/theme/basecart/css/bootswatch/cerulean.tpl";
  } elseif ($theme == "basecart_module_themecosmo") {
      include "catalog/view/theme/basecart/css/bootswatch/cosmo.tpl";
  } elseif ($theme == "basecart_module_themecyborg") {
      include "catalog/view/theme/basecart/css/bootswatch/cyborg.tpl";
  } elseif ($theme == "basecart_module_themedarkly") {
      include "catalog/view/theme/basecart/css/bootswatch/darkly.tpl";
  } elseif ($theme == "basecart_module_themeflatly") {
      include "catalog/view/theme/basecart/css/bootswatch/flatly.tpl";
  } elseif ($theme == "basecart_module_themejournal") {
      include "catalog/view/theme/basecart/css/bootswatch/journal.tpl";
  } elseif ($theme == "basecart_module_themelumen") {
      include "catalog/view/theme/basecart/css/bootswatch/lumen.tpl";
  } elseif ($theme == "basecart_module_themepaper") {
      include "catalog/view/theme/basecart/css/bootswatch/paper.tpl";
  } elseif ($theme == "basecart_module_themereadable") {
      include "catalog/view/theme/basecart/css/bootswatch/readable.tpl";
  } elseif ($theme == "basecart_module_themesandstone") {
      include "catalog/view/theme/basecart/css/bootswatch/sandstone.tpl";
  } elseif ($theme == "basecart_module_themesimplex") {
      include "catalog/view/theme/basecart/css/bootswatch/simplex.tpl";
  } elseif ($theme == "basecart_module_themeslate") {
      include "catalog/view/theme/basecart/css/bootswatch/slate.tpl";
  } elseif ($theme == "basecart_module_themespacelab") {
      include "catalog/view/theme/basecart/css/bootswatch/spacelab.tpl";
  } elseif ($theme == "basecart_module_themesuperhero") {
      include "catalog/view/theme/basecart/css/bootswatch/superhero.tpl";
  } elseif ($theme == "basecart_module_themeunited") {
      include "catalog/view/theme/basecart/css/bootswatch/united.tpl";
  } elseif ($theme == "basecart_module_themeyeti") {
      include "catalog/view/theme/basecart/css/bootswatch/yeti.tpl";
  }
?>

В зависимости от какой-то темы в header.tpl выводятся стили. Нужно узнать какая тема установлена, и править соответствующий файл со стилями.

Превосходно. Величашйшая благодарность, успехов вам и крепчайшего здоровья) Будьте счастливы!

Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.