Trying to add a background image to the right pane

Things I have tried

What I’m trying to do

I have been messing with this for hours. I had it showing up once I messed around with the dev tab. But once I saved it to my theme CSS, it disappeared.

This is as far as I got. Please let me know what needs correcting.

.workspace-split.mod-left-split .view-content, .workspace-split.mod-right-split .view-content {

height: 100%;
overflow: hidden;
background-image: url(https://i.pinimg.com/originals/bd/f9/15/bdf915e….jpg);
background-size: cover;
background-position: 50%;
border-top: 1px solid var(–background-modifier-border);
z-index: 1;

I did the same to the left pane and got that working perfectly. I dunno why the right is more complicated.

Thank you for the feedback!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.