Jump to content

Featured Replies

Posted
comment_89034

Здравствуйте. В каком шаблоне нужно искать, чтобы поменять цвет фона в чате, где пишутся объявления?

1.PNG

comment_89045

В css (вроде отдельный css для чата должен быть - типа shoutbox.css) ищите класс .message и в нем меняйте цвета:

.message {
  background: #ebfcdf;
  padding: 10px;
  border: 1px solid #a4cfa4;
  color: #0e440e;
  line-height: 1.6;
  font-size: 12px;
}

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.