Skip to content

Ultima theme - Wrong resource path: accessDenied-bg.jpg #2366

Discussion options

You must be logged in to vote

in _access.scss change to the following:

.pages-body {
    &.accessdenied-page {
        background: url("\#{resource['demo:images/pages/401.svg']}");
        background-size: cover;

        .pages-panel {
            .pages-header {
                background: #FB8C00;
            }
        }
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by melloware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working Resolution: Workaround Workaround for the issue is found
2 participants