Hi,
At the request of my client, I put in all containers a background image with the WordPress customization for Generatepress.
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation {
background-image: url(“https://xxxxxxxxxxx.ch/wp-content/uploads/cropped-topback-1.jpg”);
}
The problem is the following.
The archives and pagination work with the CSS “border”, but the background color is placed behind the background image of the main container (site-main). Normal CSS behavior
How can I give a color when there is only one div with the same class?
.inside-article {
background-color: #ff0000 !important;
}
Best regards, andre