Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Изменение шрифи подкатегории интернет-магазина


AlexandrB87
 Share

Recommended Posts

   Подскажите пожалуйси, как поменять шрифт (уменьшить) подкатегории. Пробую изменить шрифт в файле stylesheet.css, на хостинге - резульии нет. Или не им меняю?

Link to comment
Share on other sites


Guest smartcoder

Наверное не в том файле меняете, пришлите сайт, скажу вам в каком файле нужно менять.

Link to comment
Share on other sites

Guest smartcoder
7 минут назад, AlexandrB87 сказал:

catalog/view/theme/lexus_babyshop/stylesheet/stylesheet.css

Добавьте код:

ul.list > li ul > li > a {
    font-size:11px;
}

 

Link to comment
Share on other sites

я в том же файле и менял (catalog/view/theme/lexus_babyshop/stylesheet/stylesheet.css). Может не в том месте. Или в category.tpl искать? я полагал все банально просто и надо изменить font-size

Link to comment
Share on other sites


 

 

Ггде-то тут что-то поменять?

ul.list > li {
  padding: 8px 0;
  border-bottom: 1px dashed #e3e3e3;
}
ul.list > li ul {
  display: none;
}
ul.list > li ul > li {
  padding: 10px 0 0px 25px;
  border: 0;
  list-style: disc inside none;
  color: #9e9e9e;
  font-size: 7px;
}
ul.list > li ul > li > a {
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0;
}
ul.list > li > a {
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 0;
  color: #9e9e9e;
}
ul.list > li > a:hover,
ul.list > li > a.active {
  color: #07785c;
}
ul.list > li a:hover .badge,
ul.list > li a.active .badge {
  background-color: transparent;
}
ul.list > li a.active {
  color: #f7dc95;
}
ul.list > li a.active + ul {
  display: block;
}
ul.list > li:last-child {
  border-bottom: none;
}
ul.list > li > span.head a {
  border: 2px solid #e7e7e7;
  color: #9e9e9e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 13px;
  line-height: 9px;
  padding-left: 1px;
  text-align: center;
  width: 13px;
}

Link to comment
Share on other sites


Guest smartcoder
39 минут назад, AlexandrB87 сказал:

не меняется

Как я поменял у вас в файле, у меня поменялось, а у вас нет?

Link to comment
Share on other sites

Guest smartcoder
41 минуту назад, AlexandrB87 сказал:

не меняется

Просто добавьте код в конец ваших стилей в файл

catalog/view/theme/lexus_babyshop/stylesheet/stylesheet.css

ul.list > li ul > li > a {
    font-size:11px;
}
Link to comment
Share on other sites

1 час назад, smartcoder сказал:

Просто добавьте код в конец ваших стилей в файл

catalog/view/theme/lexus_babyshop/stylesheet/stylesheet.css

ul.list > li ul > li > a {
    font-size:11px;
}

что не ик я гделаю? 

Link to comment
Share on other sites


Guest smartcoder
1 час назад, AlexandrB87 сказал:

что не ик я гделаю? 

Я вам максимум информации дал.

Link to comment
Share on other sites

2 часа назад, AlexandrB87 сказал:

что не ик я гделаю? 

Вы всё гделаете ик. И на сайте у вас это давно рилииет.

Link to comment
Share on other sites

  • 3 weeks later...

Большое спасипотому что! Всё рилииет. Стоило полистить кэш и начало отображаться. Хотя с другого компьютера и без этого были видны изменения

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
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.