Нужна помощь изменить цвет в шаблоне WP

PP
На сайте с 06.02.2014
Offline
0
586

Добрый всем день! прошу помощи, в общем нужно изменить цвет фона в шаблоне, пробывал менять все показатели backgraund, но что-то ни чего не меняется, подскажите кто знает.

Таблица стилей:

/** Wordpress default clases */

.sticky { background: f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright {}

.alignleft {}

.aligncenter {}

ul li a i { font-style: normal; }

.gal-current-image .loading {

background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;

line-height: 0px;

min-height: 100px;

}

.waiter > img {

position:relative;

}

.gal-current-image .loading img {

opacity:0.6;

filter:alpha(opacity=60);

}

.port-last-image .loading {

display:inline-block;

background:#F8f8f8 url(./images/loading.gif) no-repeat center center;

line-height:0px;

min-height:400px;

}

.port-last-image .loading img {

opacity:0.6;

filter:alpha(opacity=60);

}

/* isotope transition styles */

.isotope,

.isotope .isotope-item {

-webkit-transition-duration: 0.8s;

-moz-transition-duration: 0.8s;

transition-duration: 0.8s;

}

.isotope {

-webkit-transition-property: height, width;

-moz-transition-property: height, width;

transition-property: height, width;

}

.isotope .isotope-item {

-webkit-transition-property: -webkit-transform, opacity;

-moz-transition-property: -moz-transform, opacity;

transition-property: transform, opacity;

}

#infscr-loading {

background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;

border-top-left-radius: 5px;

border-top-right-radius: 5px;

bottom: 0;

font-size: 0.8em;

font-style: normal;

font-weight: normal;

height: 50px;

left: 50%;

margin-left: -45px;

padding-top: 20px;

position: fixed;

text-align: center;

z-index: 1000;

width: 90px;

background-repeat:no-repeat;

background-position: center center;

}

/* =WordPress Core

-------------------------------------------------------------- */

.alignnone {

margin: 5px 20px 20px 0;

}

.aligncenter,

div.aligncenter {

display: block;

margin: 5px auto 5px auto;

}

.alignright {

float:right;

margin: 5px 0 20px 20px;

}

.alignleft {

float: left;

margin: 5px 20px 20px 0;

}

.aligncenter {

display: block;

margin: 5px auto 5px auto;

}

a img.alignright {

float: right;

margin: 5px 0 20px 20px;

}

a img.alignnone {

margin: 5px 20px 20px 0;

}

a img.alignleft {

float: left;

margin: 5px 20px 20px 0;

}

a img.aligncenter {

display: block;

margin-left: auto;

margin-right: auto

}

.bypostauthor {}

img { height: auto !important; }

#makeMeScrollable

{

position: relative;

}

#makeMeScrollable div.scrollableArea img

{

-webkit-user-select: none;

-khtml-user-select: none;

-moz-user-select: none;

-o-user-select: none;

user-select: none;

}

[Удален]
#1

Сейчас там цвет белый, как я понимаю?

PP
На сайте с 06.02.2014
Offline
0
#2

нет, сейчас фоновый свет отображается серым!!!

[Удален]
#3

Ну вообще по идее фоновый цвет через стили задается так:

body, html {
background-color : white;
}

Только я у вас что-то не вижу такой строчки.

PP
На сайте с 06.02.2014
Offline
0
#4
Cat_Out:
Ну вообще по идее фоновый цвет через стили задается так:



Только я у вас что-то не вижу такой строчки.

:) вот и я не вижу, но где-то он же должен меняться

Prosto Digital
На сайте с 25.09.2010
Offline
321
#5

Pavel_PV, при создании сообщения есть фунция код, которая простыню кода помещает в удобное окошко.

2. Ссылку на сайт не проще было кинуть? Может там криворукий кто писал и стили не в файл цсс запихнул, а на странице указал ...

3. У некоторых шаблонов прям из админки меняется

4. Если нет желания палить сайт, можно кинуть линк на шаблон(если из паблика качали)

Обучение арбитражу трафика. Affiliate marketing education. https://prosto.digital.tilda.ws/
rkelly
На сайте с 08.06.2007
Offline
96
#6

В первой же строке ошибка:

.sticky { background: f8f8f8; padding: 0px 0px 16px 0px; }

перед кодом цвета нужно ставить знак '#'

Авторизуйтесь или зарегистрируйтесь, чтобы оставить комментарий