Hi,
I tried to add some custom css to modify the same code you proviced me but to be applied in the background images in order to have the same white border on the site even in background images (because they fit the whole screen) I need them with border also.
I tried this but doesn't do the job:
.cover-region-desktop .cover-inner {
background-image: url(/wp-content/uploads/2022/07/griseldaduch_architectures_21.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
padding: 10px!important;
}
What I am doing wrong?
Thank you a lot!