Перейти к содержимому


gtsound

Регистрация: 01 июля 2015
Offline Активность: 27 июня 2018 11:45
-----

#224739 Создание Уникального Сайта

Отправлено Vaccina на 29 Январь 2016 - 03:59

В style.css найдите:
.home #header {
	height: auto;
	text-align: left;
	background: none;
	z-index: 1000;
	width: 100% !important;
}

замените на:
.home #header {
	height: auto;
	text-align: left;
	background: none;
	z-index: 1000;
	width: 100% !important;
	font-weight: bold;
}

далее найдите:
.et_categ_box a, .et_categ_box a:hover, #scroll-box a, #scroll-box a:hover {
	display: inline-block;
	position: relative;
	color: #FF0302;
	padding: 0px 12px;
	margin: 0px;
	text-decoration: none;
	font: 12px/49px Calibri;
	text-transform: uppercase;
}

замените на:
.et_categ_box a, .et_categ_box a:hover, #scroll-box a, #scroll-box a:hover {
	display: inline-block;
	position: relative;
	color: #FF0302;
	padding: 0px 12px;
	margin: 0px;
	text-decoration: none;
	font:bold 12px/49px Calibri;
	text-transform: uppercase;
}
.infoBoxCategory a {
	color: red;
}

.infoBoxCategory li:hover {
	background:red;
}
.infoBoxCategory li:hover a {
	color: #fff;
}