It seems that the background is displayed everywhere if we add the following code:
.blog-entry.large-entry {
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
}
/*Split blog entries when displaying background*/
#primary #content #blog-entries #post {
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 25px;
}
/*Display background on pages*/
#primary .single-page-article{
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 25px;
}
/*Background display in entries with comments */
#comments {
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
}
/*rubric description*/
#content .tax-desc {
background-color: #fff;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 30px;
padding-bottom: 30px;
}
Only in the text of the post does not want to display!?
As I understand the problem with strings:
<header class = "entry-header clr">
<ul class = "meta clr">
<div class = "entry-content clr" itemprop = "text">
either they need to be grouped somehow, but I don’t know in which file to do it … Or somehow create css code …!?
-
This reply was modified 5 years, 11 months ago by
slypro.
-
This reply was modified 5 years, 11 months ago by
slypro.
-
This reply was modified 5 years, 11 months ago by
slypro.