you can easy determinate the file which should be changed and the css class by installing and usingOpera Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
Ranes111
POSTED: 2016-03-23
Спасибо за Firebug. Установил. Нашёл код. Как я понял:
мне нужно отключить свойство text-transform capitalize
Я его отключаю, но первые буквы не уменьшаются.
Сайт: http://hram-prp-sergiya-radonezhskogo-dzr.ru/
Надо уменьшить: "Приглашаем всех на совместную молитву!"
Какой суффикс CSS-класса модуля приписать для того, чтобы буквы стали маленькими. Фото экрана отправил по почте.
С Уважением.
AS Templates
POSTED: 2016-03-23
Hello RANES111,
More about text-tranform property you can find here:
http://www.w3schools.com/cssref/pr_text_text-transform.asp.
In your case it should be set to 'none'.
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Напишите, пожалуйста, где и как я могу поменять стиль названий модулей, меню на простые буквы (не заглавные)?
Заранее благодарен.
Sorry, not quite understand your question, what do you mean by 'change style module titles'?
For changing the menu capitalized letters please see line 105 in
'/templates/as002035/css/ext.asmenu.css' file in the following class:
.navigation #as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span {
color: #333;
display: block;
font-size: 14px;
font-weight: bold;
padding: 10px 25px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
width: auto;
}
you can easy determinate the file which should be changed and the css class by installing and usingOpera Fireblug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
мне нужно отключить свойство text-transform capitalize
Я его отключаю, но первые буквы не уменьшаются.
Сайт: http://hram-prp-sergiya-radonezhskogo-dzr.ru/
Надо уменьшить: "Приглашаем всех на совместную молитву!"
Какой суффикс CSS-класса модуля приписать для того, чтобы буквы стали маленькими. Фото экрана отправил по почте.
С Уважением.
More about text-tranform property you can find here:
http://www.w3schools.com/cssref/pr_text_text-transform.asp.
In your case it should be set to 'none'.
Regards, AS Team.