Файл Theme Functions (functions.php) во вложении.
Перечитала его раз 10, не смогла разобраться что менять.
Подскажите, пожалуйста.
ни в файле single, ни в файле style такой функции не нашла.
Можно ли как-то по названию функции найти в каком она файле прописана?
😕
просто удалить и поставить заново?
Или скачать сам плагин где-то в другом месте?
Это пробовала, даже пробовала выходить с другого компа и другого ip - проблема соталась
Всё, разобралась! Спасибо большое!
Один из способов: попробуйте в Mozzilla Firefox открыть сайт и кликните правой кнопкой мыши на блок в котором хотите поменять цвет-исследовать элемент- откроется в правом нижнем углу полное обследование css с файлом css и строчкой где это поменять, так же вы можете прямо там прописывать цвета html и размеры текста и т.д. все изменения в реальном времени будет видно
О! Спасибо большое!
Нашла, даже цвета изменить получилось, очень удобно!
Я всё изменила, а вот кнопочки "сохранить" так и не нашла, в итоге когда закрываю исследование элемента и обновляю страницу, там никаких изменений.
Как сохранить сделанные изменения?
Спасибо!
Однако п.1 я смогла изменить, цвет поменялся, а вот по 2.2 - цвет не стал меняться.
По п.3 такого вообще не оказалось---------- Добавлено 23.01.2014 в 13:39 ----------/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
/* =Menu
----------------------------------------------- */
.main-navigation {
background: #132949;
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
.main-navigation li {
position: relative;
.main-navigation a {
color: #f01712;
.main-navigation ul ul {
display: none;
left: 0;
position: absolute;
top: 1.5em;
z-index: 99999;
.main-navigation ul ul ul {
left: 100%;
top: 0;
.main-navigation ul ul a {
width: 200px;
.main-navigation ul ul li {
.main-navigation li:hover > a {
.main-navigation ul ul :hover > a {
.main-navigation ul ul a:hover {
.main-navigation ul li:hover > ul {
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
/* Small menu */
.menu-toggle {
cursor: pointer;
/* =Content
.sticky {
.hentry {
margin: 0 0 1.5em;
.byline,
.updated {
.single .byline,
.group-blog .byline {
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
.page-links {
/* =Asides
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
/* =Media
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
.wp-caption img[class*="wp-image-"] {
margin: 1.2% auto 0;
max-width: 98%;
.wp-caption-text {
text-align: center;
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
.site-main .gallery {
.gallery-caption {
.site-main .gallery a img {
max-width: 90%;
.site-main .gallery dd {
.site-main .gallery-columns-4 .gallery-item {
.site-main .gallery-columns-4 .gallery-item img {
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
/* =Navigation
.site-main [class*="navigation"] {
overflow: hidden;
[class*="navigation"] .nav-previous {
width: 50%;
[class*="navigation"] .nav-next {
text-align: right;
/* =Comments
.comment-content a {
word-wrap: break-word;
.bypostauthor {
/* =Widgets
.widget {
/* Make sure select elements fit in widgets */
.widget select {
/* Search widget */
.widget_search .search-submit {
/* =Infinite Scroll
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
/* This is the Default Theme File.
* Please do not edit this. To make any
* changes, please use the theme options panel.
*/
/*Comments Section*/
#comments {
margin: 30px 0;
#comments > ul {
padding-left: 0px;
margin-left: 0px;
.comment {
padding: 10px;
border-bottom: solid 1px #ccc;
border-left: solid 1px #ccc;
h2.comments-title {
text-transform: uppercase;
font-size: x-large;
ol.comment-list {
margin-top: 15px;
li.comment .comment,
li.comment .pingback,
li.comment .trackback {
list-style-type: none;
margin-bottom: 12px;
padding-bottom: 12px;
li.comment > .comment:last-child {
border-bottom: 0;
margin-bottom: 30px;
padding-bottom: 0;
li.comment .children {
padding-left: 5px;
li.comment .avatar {
background-color: #fff;
border: solid 1px #eeeeee;
padding: 4px;
width: 100%;
max-width: 60px;
margin-bottom: -10px;
li.comment .byuser .avatar {
border-color: #ccc;
li.comment .byuser .comment-author-name {
color: #ef4832;
li.comment .comment-author {
margin-right: 20px;
width: 60px;
li.comment .comment-author-name {
color: #252525;
display: inline-block;
font-style: normal;
line-height: 18px;
li.comment .comment-timestamp {
color: #999;
font-size: 10px;
li.comment .comment-bullet {
color: #ccc;
font-size: 11px;
margin: 0 2px;
li.comment .comment-content {
padding-top: 5px;
li.comment .comment-edit-link {
margin-left: 15px;
color: #000;
.comment-awaiting-moderation {
font-style: italic;
li.comment .reply {
margin-top: 10px;
text-transform: lowercase;
li.comment .comment-reply-link {
padding: 4px 10px;
margin-left: 5px;
margin-top: -10px;
/* Comment form */
.comment-respond {
background-color: #f7f5e7;
padding: 30px;
.comment .comment-respond {
margin-bottom: 20px;
padding: 20px;
.comment-reply-title {
font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
.comment-reply-title small a {
color: #131310;
.comment-reply-title small a:hover {
color: #ed331c;
.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
padding: 110;
.comment-form .comment-notes {
margin-bottom: 15px;
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
margin-bottom: 8px;
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
padding: 5px 0;
width: 120px;
.comment-form .required {
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
max-width: 270px;
width: 60%;
.comment-form textarea {
.form-allowed-tags,
.form-allowed-tags code {
color: #686758;
font-size: 12px;
margin-left: 3px;
.comment-list .pingback,
.comment-list .trackback {
padding-top: 24px;
.comment-navigation {
font-size: 20px;
font-weight: 300;
max-width: 604px;
padding: 20px 0 30px;
.no-comments {
padding: 40px 0;
.sidebar .no-comments {
padding-left: 60px;
padding-right: 376px;