Hi stephane-lavoisard,
In this case, you need to custom the Scss file.
Go to the /templates/ja_rights/scss/_styles.scss, line 1.
Replace with the following code:
// GLOBAL STYLE
div.t4-wrapper {
background-color: transparent;
// background-size: 1800% 1800%;
animation: none;
.t4-content {
border: 4px solid var(--border-wrap-color);
background-color: transparent;
max-width: 1920px;
margin: auto;
@media (min-width: 1920px) {
border-width: $grid-gutter-width;
}
}
}
Then go to the Backend > Site template styles > jarights_funtrotter - PAGES > Edit Custom SCSS and click the save button to compile SCSS to CSS.
Also, you need to rename the background image with a dash icon.
From: Salalah Une.jpg to Salalah-Une.jpg