Ok I could fix it adding the following css code to my Berlin theme from the Customizer
.hentry.media {
background-color: #000000;
border: 1px solid #666666;
}
A few notes about this issue:
– Adding the same css code in assets/css/style.css in the Berlin Child Theme doesn’t work, it only works from the css editor of the theme customizer. Do you know why ?
– I think it’s something that should be fixed in the Berlin Theme, changing the website background must also change the excerpt background in the default Blog layout.
I’m facing another issue, changing the layout in the blog page from Default to Small Layout, Grid Three, Grid Four or Mansonry has no effect…still having default list layout whatever layout is selected !!! Any idea how to fix it ?