slypro
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorThank you very much! Everything turned out to be much easier, just did not notice all these moments! Now everything is updated in a new way and it works! I wanted to ask, with this modified look, how to make a fixed menu! To scroll the page this logo remained in its place, and the menu moved!?
- This reply was modified 7 years, 4 months ago by slypro.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorIt 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 …!?
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorIf you change to
#primary #content {
background-color: #fff;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 25px;
}then there will be a division with widgets, but there will be no intermediate division of entries!
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorAdded to Customize> Custom CSS you can see all the entries with text and widgets merged together https://newsitetest.ru/category/%D0%BC%D0%BE%D0%B8-%D0%B7%D0%B2%D1%83%D0%BA%D0%BE%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D0%B8/. And the division between them can not be done!?
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorAnd, as I noticed on the pages, the background is also not displayed: https://newsitetest.ru/%D0%BC%D0%BE%D0%B8-%D0%BF%D1%80%D0%BE%D0%B5%D0%BA%D1%82%D1%8B/!
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP blog background colorI inserted it in the section Customize> Custom CSS, it works the first stage https://newsitetest.ru/. But when you open the recording itself, it is not displayed https://newsitetest.ru/2019/04/04/%D0%B7%D0%B2%D1%83%D0%BA/!